[package] build = "build.rs" name = "nym-validator" version = "0.8.0-dev" 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" # chrono = { version = "0.4.11", features = ["serde"] } TODO: remove this if I don't start using it again soon diesel = { version = "1.4.3", features = ["sqlite"] } 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 crypto = {path = "../common/crypto"} config = {path = "../common/config"} directory-client = { path = "../common/client-libs/directory-client" } healthcheck = {path = "../common/healthcheck" } topology = {path = "../common/topology"} [build-dependencies] built = "0.3.2" [dev-dependencies] tempfile = "3.1.0"