[package] build = "build.rs" name = "nym-mixnode" version = "0.2.0" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.11.0" clap = "2.33.0" curve25519-dalek = "1.2.3" futures = "0.3.1" tokio = { version = "0.2", features = ["full"] } ## internal addressing = {path = "../common/addressing" } directory-client = { path = "../clients/directory-client" } ## will be moved to proper dependencies once released sphinx = { path = "../../sphinx" } [build-dependencies] built = "0.3.2"