# 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 = "ifcfg" version = "0.1.2" authors = ["Marirs ", "Kamran Amini "] build = "build.rs" description = "Get network interfaces information" homepage = "https://github.com/marirs/ifcfg-rs" readme = "README.md" keywords = ["network", "interfaces", "ifconfig", "ifcfg", "iface"] license = "MIT/Apache-2.0" repository = "https://github.com/marirs/ifcfg-rs" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false [lib] name = "ifcfg" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [target."cfg(unix)".dependencies.bitflags] version = "1" [target."cfg(unix)".dependencies.lazy_static] version = "1" [target."cfg(unix)".dependencies.nix] version = "0.20.0" [target."cfg(unix)".build-dependencies.cc] version = "1" [target."cfg(unix)".build-dependencies.handlebars] version = "0.29" [target."cfg(unix)".build-dependencies.serde] version = "1" [target."cfg(unix)".build-dependencies.serde_derive] version = "1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["minwindef", "winerror", "ws2def", "ws2ipdef", "iptypes"] [badges.travis-ci] repository = "marirs/ifcfg-rs"