[package] name = "commonware-estimator" edition.workspace = true publish = true version.workspace = true license.workspace = true description = "Simulate mechanism performance under realistic network conditions." readme = "README.md" homepage.workspace = true repository = "https://github.com/commonwarexyz/monorepo/tree/main/examples/estimator" documentation = "https://docs.rs/commonware-estimator" [dependencies] commonware-codec = { workspace = true } commonware-cryptography = { workspace = true } commonware-macros = { workspace = true } commonware-p2p = { workspace = true } commonware-runtime = { workspace = true } commonware-utils = { workspace = true } bytes = { workspace = true } rand = { workspace = true } tracing = { workspace = true } futures = { workspace = true } clap = { workspace = true } prometheus-client = { workspace = true } governor = { workspace = true } tracing-subscriber = { workspace = true, features = ["fmt", "json"] } serde_json = { workspace = true } reqwest = { workspace = true, features = ["json", "rustls-tls", "blocking"] } serde = { workspace = true, features = ["derive"] } colored = "3.0.0" [lib] name = "estimator" [[bin]] name = "commonware-estimator" bench = false