interfaces2 0.0.5

A Rust library for interacting with network interfaces
Documentation
# 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]
name = "interfaces2"
version = "0.0.5"
authors = ["Andrew Dunham <andrew@du.nham.ca>", "Arvid E Picciani <aep@exys.org>"]
build = "build.rs"
description = "A Rust library for interacting with network interfaces"
homepage = "https://github.com/aep/interfaces-rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/aep/interfaces-rs"
[dependencies.bitflags]
version = "1.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.10"
[build-dependencies.cc]
version = "1"

[build-dependencies.handlebars]
version = "0.29"

[build-dependencies.serde]
version = "1.0"

[build-dependencies.serde_derive]
version = "1.0"