[package] name = "mixnode-common" version = "0.1.0" authors = ["Jędrzej Stuczyński "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.0" dashmap = "4.0" futures = "0.3" humantime-serde = "1.0" log = "0.4" rand = "0.8" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.4", features = ["time", "macros", "rt", "net", "io-util"] } tokio-util = { version = "0.6", features = ["codec"] } url = "2.2" crypto = { path = "../crypto" } 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" } validator-client = { path = "../client-libs/validator-client" } version-checker = { path = "../version-checker" }