# 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" version = "0.2.3" authors = ["The crypto-auditing developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Client library for crypto-auditing project" readme = "README.md" license = "GPL-3.0-or-later" [lib] name = "crypto_auditing" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_with] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.23" features = [ "net", "rt", ] [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.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.tokio] version = "1.23" features = [ "macros", "rt-multi-thread", "signal", ] [build-dependencies.bindgen] version = "0.63"