[package] name = "seed-peer-generator" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos seed peer generator" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] anyhow = "1.0.57" bcs = "0.1.3" hex = "0.4.3" rand = "0.7.3" serde_yaml = "0.8.24" structopt = "0.3.21" thiserror = "1.0.31" tokio = { version = "1.18.2", features = ["full"] } url = "2.2.2" aptos-config = { version = "0.2.1", path = ".." } aptos-crypto = { version = "0.2.1", path = "../../crates/aptos-crypto" } aptos-logger = { version = "0.2.1", path = "../../crates/aptos-logger" } aptos-rest-client = { version = "0.2.1", path = "../../crates/aptos-rest-client" } aptos-temppath = { version = "0.2.1", path = "../../crates/aptos-temppath" } aptos-types = { version = "0.2.1", path = "../../types" } [dev-dependencies] aptos-types = { version = "0.2.1", path = "../../types", features = [ "fuzzing" ] } [features] default = []