# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "crypto-auditing-client" version = "0.2.3" authors = ["The crypto-auditing developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Event broker client for crypto-auditing project" readme = "README.md" license = "GPL-3.0-or-later" [[bin]] name = "crypto-auditing-client" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.crypto-auditing] version = "=0.2.3" [dependencies.futures] version = "0.3" [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.23" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]