[package] name = "veloren-common" version = "0.3.0" authors = ["Joshua Barretto ", "Maciej Ćwięka ", "Imbris "] edition = "2018" [dependencies] sphynx = { git = "https://gitlab.com/veloren/sphynx.git", features = ["serde1"], rev = "11cdc7422568aaabd376c87242a60f636e68b40d" } specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git" } specs = { version = "0.14.2", features = ["serde", "nightly"] } vek = { version = "0.9.9", features = ["serde"] } dot_vox = "4.0.0" image = "0.22.0" mio = "0.6.19" mio-extras = "2.0.5" serde = "1.0.98" serde_derive = "1.0.98" serde_json = "1.0.40" bincode = "1.1.4" log = "0.4.8" rand = "0.7.0" rayon = "1.1.0" lazy_static = "1.3.0" lz4-compress = "0.1.1" hashbrown = { version = "0.5.0", features = ["serde", "nightly"] } find_folder = "0.3.0" parking_lot = "0.9.0" crossbeam = "0.7.2" notify = "5.0.0-pre.1"