[package] name = "commonware-log" edition.workspace = true publish = true version.workspace = true license.workspace = true description = "Commit to a secret log and agree to its hash." readme = "README.md" homepage.workspace = true repository = "https://github.com/commonwarexyz/monorepo/tree/main/examples/log" documentation = "https://docs.rs/commonware-log" [dependencies] commonware-cryptography = { workspace = true } commonware-macros = { workspace = true } commonware-p2p = { workspace = true } commonware-runtime = { workspace = true } commonware-utils = { workspace = true } commonware-consensus = { workspace = true } commonware-storage = { workspace = true, features = ["std"] } 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"] } chrono = { workspace = true } ratatui = { workspace = true } crossterm = { workspace = true } serde_json = { workspace = true } [[bin]] name = "commonware-log" bench = false