[package] build = "build.rs" name = "nym-validator" version = "0.8.0" authors = ["Dave Hrycyszyn ", "Jedrzej Stuczynski "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] abci = "0.6.4" bodyparser = "0.8.0" byteorder = "1.3.2" clap = "2.33.0" dirs = "2.0.2" dotenv = "0.15.0" futures = "0.3.1" iron = "0.6.1" log = "0.4" pretty_env_logger = "0.3" router = "0.6.0" serde = "1.0.104" serde_json = "1.0.48" tokio = { version = "0.2", features = ["full"] } ## internal config = { path = "../common/config" } [build-dependencies] built = "0.4.3" [dev-dependencies] tempfile = "3.1.0"