crypto-auditing 0.3.0

Client library for crypto-auditing project
Documentation
# 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 = "2024"
name = "crypto-auditing"
version = "0.3.0"
authors = ["The crypto-auditing developers"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for crypto-auditing project"
readme = "README.md"
license = "GPL-3.0-or-later"
resolver = "2"

[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",
    "rc",
]

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_with]
version = "3"
features = ["hex"]

[dependencies.sysinfo]
version = "0.38"

[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.72"