dpdk-packet-reorderer 0.1.1

A wrapper around DPDK's packet reorder framework.
# 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-packet-reorderer"
version = "0.1.1"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
publish = true
description = "A wrapper around DPDK's packet reorder framework."
homepage = "https://github.com/lemonrock/dpdk"
readme = "README.md"
keywords = ["DPDK", "networking", "packet", "reorder"]
categories = ["network-programming", "external-ffi-bindings"]
license = "AGPL-3.0"
repository = "https://github.com/lemonrock/dpdk.git"
[target."cfg(any(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"powerpc64\", target_arch = \"x86\", target_arch = \"x86_64\")), all(target_os = \"freebsd\", target_arch = \"x86_64\")))".dependencies.dpdk-core]
version = "^0.1"

[target."cfg(any(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"powerpc64\", target_arch = \"x86\", target_arch = \"x86_64\")), all(target_os = \"freebsd\", target_arch = \"x86_64\")))".dependencies.dpdk-sys]
version = "^0.1"

[target."cfg(any(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"powerpc64\", target_arch = \"x86\", target_arch = \"x86_64\")), all(target_os = \"freebsd\", target_arch = \"x86_64\")))".dependencies.likely]
version = "^0.1"

[target."cfg(any(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"powerpc64\", target_arch = \"x86\", target_arch = \"x86_64\")), all(target_os = \"freebsd\", target_arch = \"x86_64\")))".dependencies.network-collections]
version = "^0.1"

[target."cfg(any(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"powerpc64\", target_arch = \"x86\", target_arch = \"x86_64\")), all(target_os = \"freebsd\", target_arch = \"x86_64\")))".dependencies.quick-error]
version = "^1.2"