dpdk-unix 0.3.0

An internal crate to make it easier to iterate on unix requirements
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 = "dpdk-unix"
version = "0.3.0"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
exclude = ["*"]
include = ["README.md", "src/**/*.rs", "benches/**/*.rs", "examples/**/*.rs", "tests/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
publish = true
description = "An internal crate to make it easier to iterate on unix requirements"
homepage = "https://github.com/lemonrock/dpdk"
readme = "README.md"
keywords = ["unix"]
categories = ["external-ffi-bindings", "hardware-support", "memory-management", "command-line-interface"]
license = "AGPL-3.0"
repository = "https://github.com/lemonrock/dpdk.git"
[dependencies.errno]
version = "0.1"

[dependencies.hashbrown]
version = "0.1"
features = ["nightly", "serde"]

[dependencies.libc]
version = "^0.2"

[dependencies.likely]
version = "0.1.0"

[dependencies.raw-cpuid]
version = "^5.0"

[dependencies.rust-extra]
version = "0.0.13"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.bitflags]
version = "1.0"

[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.likely]
version = "0.1"
[target."cfg(unix)".dependencies.libc-extra]
version = "^0.3.2"

[target."cfg(unix)".dependencies.syscall-alt]
version = "0.0.14"