# 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 = "netlink-tc" version = "0.0.4" authors = ["Mohit Mayank"] description = "A Rust library for interacting with the Linux Traffic Control (tc) subsystem using Netlink" readme = "README.md" keywords = [ "netlink", "rtnetlink", "tc", "linux", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mmynk/rust-tc" [dependencies.bincode] version = "1" [dependencies.netlink-packet-core] version = "0.7" [dependencies.netlink-packet-route] version = "0.17" [dependencies.netlink-packet-utils] version = "0.5" [dependencies.netlink-sys] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0"