# 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 = "nftables-async" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async version of the helper to run nftables, providing full compatibility with the rest of the nftables crate" readme = "README.md" keywords = [ "nftables", "async", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/kanpov/nftables-async" [lib] name = "nftables_async" path = "src/lib.rs" [dependencies.nftables] version = "0.5.0" [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = [ "process", "io-util", ] default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.41.0" features = [ "rt", "macros", ]