heim-net 0.0.1

Cross-platform network information
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]
edition = "2018"
name = "heim-net"
version = "0.0.1"
authors = ["svartalf <self@svartalf.info>"]
description = "Cross-platform network information"
readme = "README.md"
keywords = ["heim", "system", "network", "information"]
categories = ["asynchronous", "os"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/heim-rs/heim"
[package.metadata.docs.rs]
features = ["doc"]

[[bench]]
name = "net"
harness = false
[dependencies.bitflags]
version = "1.0.4"

[dependencies.cfg-if]
version = "0.1.7"

[dependencies.heim-common]
version = "0.0.1"

[dependencies.heim-derive]
version = "0.0.1"

[dependencies.log]
version = "0.4.6"

[dependencies.try_from]
version = "0.3.2"
[dev-dependencies.criterion]
version = "0.2.10"

[dev-dependencies.env_logger]
version = "0.6.1"

[dev-dependencies.heim-runtime]
version = "0.0.1"

[features]
doc = []
[target."cfg(target_os = \"linux\")".dependencies.nix]
version = "0.13.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.50"
[badges.maintenance]
status = "experimental"