# 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-agent" version = "0.2.3" authors = ["The crypto-auditing developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Event collector agent for crypto-auditing project" readme = "README.md" license = "GPL-3.0-or-later" [[bin]] name = "crypto-auditing-agent" path = "src/main.rs" [[test]] name = "coalesce" path = "tests/coalesce.rs" [[test]] name = "composite" path = "tests/composite.rs" [[test]] name = "no_coalesce" path = "tests/no_coalesce.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.2" [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.crypto-auditing] version = "=0.2.3" [dependencies.futures] version = "0.3" [dependencies.libbpf-rs] version = "0.24.4" default-features = false [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.26" [dependencies.openssl] version = "0.10" [dependencies.page_size] version = "0.6" [dependencies.probe] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.time] version = "0.3" features = [ "formatting", "local-offset", "macros", ] [dependencies.tokio] version = "1.23" features = [ "fs", "io-util", "signal", ] [dependencies.tokio-uring] version = "0.4" optional = true [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.plain] version = "0.2" [dev-dependencies.tempfile] version = "3" [build-dependencies.libbpf-cargo] version = "0.24.4" default-features = false [features] default = ["tokio-uring"]