# 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-event-broker" version = "0.2.3" authors = ["The crypto-auditing developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Event broker for crypto-auditing project" readme = "README.md" license = "GPL-3.0-or-later" [[bin]] name = "crypto-auditing-event-broker" path = "src/main.rs" [[test]] name = "test" path = "tests/test.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.inotify] version = "0.10.2" [dependencies.libsystemd] version = "0.7" optional = true [dependencies.serde_cbor] version = "0.11" [dependencies.tokio] version = "1.23" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tokio-serde] version = "0.8" features = ["cbor"] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.tempfile] version = "3" [features] default = ["libsystemd"]