# 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" rust-version = "1.58" name = "nispor" version = "1.2.19" authors = ["Gris Ge "] description = "Unified interface for Linux network state querying" homepage = "https://github.com/nispor/nispor" keywords = ["network"] categories = [ "network-programming", "os", ] license = "Apache-2.0" repository = "https://github.com/nispor/nispor" [lib] name = "nispor" crate-type = ["lib"] path = "lib.rs" [dependencies.ethtool] version = "0.2.5" [dependencies.futures] version = "0.3.21" [dependencies.libc] version = "0.2.126" [dependencies.log] version = "0.4.17" [dependencies.mptcp-pm] version = "0.1.3" [dependencies.netlink-packet-route] version = "0.19.0" [dependencies.netlink-packet-utils] version = "0.5.2" [dependencies.netlink-sys] version = "0.8.6" [dependencies.rtnetlink] version = "0.14.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.19.2" features = [ "macros", "rt", ] [dev-dependencies.pretty_assertions] version = "1.2.1" [dev-dependencies.serde_yaml] version = "0.9"