[package] name = "mixnode-common" version = "0.1.0" authors = ["Jędrzej Stuczyński "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # using 4.0.0 release candidate as it's faster than 3.X and more importantly it resolves edge cases deadlocks dashmap = "4.0.0-rc6" futures = "0.3" log = "0.4" nonexhaustive-delayqueue = { path = "../nonexhaustive-delayqueue" } nymsphinx-acknowledgements = { path = "../nymsphinx/acknowledgements" } nymsphinx-addressing = { path = "../nymsphinx/addressing" } nymsphinx-forwarding = { path = "../nymsphinx/forwarding" } nymsphinx-framing = { path = "../nymsphinx/framing" } nymsphinx-params = { path = "../nymsphinx/params" } nymsphinx-types = { path = "../nymsphinx/types" } tokio = { version = "0.2", features = ["time", "macros", "rt-core"] }