[package] name = "validator-client" version = "0.1.0" authors = ["Jedrzej Stuczynski , David Hrycyszyn "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" serde = { version = "1.0", features = ["derive"] } reqwest = { version = "0.10", features = ["json"] } crypto = { path = "../../crypto" } topology = { path = "../../topology" } [dev-dependencies] mockito = "0.23.0" tokio = { version = "0.2", features = ["macros"] }