forked from feather-rs/feather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 828 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (27 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "feather-server-types"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"
[dependencies]
feather-core = { path = "../../core" }
feather-server-config = { path = "../config" }
feather-server-packet-buffer = { path = "../packet_buffer" }
fecs = { git = "https://github.com/feather-rs/fecs", rev = "fed8bcb516941b12cb980e354e77b699be075a89" }
uuid = { version = "0.8", features = ["v4", "v3"] }
nalgebra-glm = "0.6"
ncollide3d = "0.22"
ahash = "0.3"
smallvec = "1.4"
rand = { version = "0.7", features = ["small_rng"] }
thread_local = "1.0"
bumpalo = { version = "3.2", features = ["collections"] }
log = "0.4"
flume = "0.7"
parking_lot = "0.10"
anyhow = "1.0"
inventory = "0.1"
dashmap = "3.11"
futures = "0.3"
tokio = { version = "0.2", features = ["full"] }
mojang-api = "0.6"