# 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-elastic-flow-distributor" version = "0.1.7" authors = ["Raphael Cohn "] exclude = ["*"] include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"] publish = true description = "A wrapper around DPDK's elastic flow distributor (EFD) framework." homepage = "https://github.com/lemonrock/dpdk" readme = "README.md" keywords = ["DPDK", "networking", "packet", "flow", "distributor"] categories = ["network-programming", "external-ffi-bindings", "data-structures"] 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.arrayvec] version = "^0.4" [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.indexmap] version = "^1.0" [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"