# 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 = "neli" version = "0.7.0-rc2" authors = ["John Baublitz "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = "Type safe netlink library written in Rust" readme = "README.md" keywords = ["netlink"] license = "BSD-3-Clause" repository = "https://github.com/jbaublitz/neli" [package.metadata.docs.rs] all-features = true [lib] name = "neli" path = "src/lib.rs" [dependencies.bitflags] version = "2.4" [dependencies.byteorder] version = "1.3" [dependencies.derive_builder] version = "0.11" [dependencies.getset] version = "0.1.2" [dependencies.libc] version = "0.2.105" [dependencies.log] version = "0.4" [dependencies.neli-proc-macros] version = "0.2.0-rc2" [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.tokio] version = "1" features = [ "io-util", "net", "sync", "rt", ] optional = true [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] async = ["tokio"] default = ["sync"] netfilter = [] sync = ["parking_lot"]