[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" [lints] workspace = true [dependencies] bytes.workspace = true chrono.workspace = true clap.workspace = true commonware-consensus.workspace = true commonware-cryptography.workspace = true commonware-macros.workspace = true commonware-p2p.workspace = true commonware-runtime.workspace = true commonware-storage = { workspace = true, features = ["std"] } commonware-utils.workspace = true crossterm.workspace = true futures.workspace = true prometheus-client.workspace = true rand.workspace = true ratatui.workspace = true serde_json.workspace = true tracing.workspace = true tracing-subscriber = { workspace = true, features = ["fmt", "json"] } [[bin]] name = "commonware-log" bench = false