# 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" rust-version = "1.73.0" name = "pulso" version = "0.1.0" authors = ["Daniel James Baumann "] exclude = ["/releases"] description = "A simple metrics collector for TCP/IP" readme = "README.md" keywords = [ "pcap", "packet", "sniffing", "metric", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/guapodero/pulso" [package.metadata.cross.target.x86_64-unknown-linux-musl] pre-build = ["apk add --no-cache gcc musl-dev libpcap-dev"] [package.metadata.cross.target.x86_64-unknown-linux-musl.image] name = "alpine:edge" toolchain = ["x86_64-unknown-linux-musl"] [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.base16ct] version = "0.2" optional = true [dependencies.blake2] version = "0.10" optional = true [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.color-print] version = "0.3" [dependencies.env_logger] version = "0.9" [dependencies.etherparse] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12" optional = true [dependencies.libc] version = "0.2" features = ["extra_traits"] [dependencies.log] version = "0.4" [dependencies.pcap] version = "1.1.0" features = ["capture-stream"] [dependencies.tokio] version = "1.0" features = [ "net", "rt", "macros", "rt-multi-thread", "time", ] [dev-dependencies.ctor] version = "0.2" [dev-dependencies.timeout-readwrite] version = "0.3" [features] default = ["privacy"] immediate_mode = [] privacy = [ "dep:hmac", "dep:blake2", "dep:base16ct", ]