# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tokio-nflog" version = "0.1.0" authors = ["Evgeny Nosov "] description = "Bindings to the libnetfilter_log library to receive netfilter logs in tokio-based applications." homepage = "https://github.com/zshell31/tokio-nflog" readme = "README.md" keywords = ["netfilter", "nflog", "tokio", "async"] license = "MIT/Apache-2.0" repository = "https://github.com/zshell31/tokio-nflog" [[example]] name = "queue" [dependencies.bitflags] version = "1.2" [dependencies.bytes] version = "1.1.0" [dependencies.futures] version = "0.3" default-features = false [dependencies.libc] version = "0.2.99" [dependencies.nflog-sys] version = "0.1.0" [dependencies.nix] version = "0.22.1" [dependencies.pnet_base] version = "0.28.0" [dependencies.tokio] version = "1" features = ["net"] [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"] [features] serde = ["pnet_base/serde"]