# 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 = "nic-port-info" version = "0.0.2-alphav1" description = "A library uses SIOCETHTOOL ioctl command to get NIC port information" homepage = "https://gitlab.com/ssfdust/nic-port-info" documentation = "https://docs.rs/nic-port-info" readme = "README.md" license-file = "LICENSE" repository = "https://gitlab.com/ssfdust/nic-port-info" [dependencies.libc] version = "0.2.140" [dependencies.nix] version = "0.26.2" features = ["ioctl"]