# 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 = "conntrack" version = "0.1.2" authors = ["Matt Bolt "] description = "Netfilter Conntrack" readme = "README.md" keywords = [ "conntrack", "netfilter-conntrack", ] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/rusty-bolt/conntrack-rs" [[example]] name = "conntrack-dump" path = "examples/conntrack_dump.rs" [dependencies.bitflags] version = "2.1.0" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.libc] version = "0.2.141" [dependencies.log] version = "0.4.17" [dependencies.neli] version = "0.6.4" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.env_logger] version = "0.11.3"