# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "rpkt-dpdk" version = "0.1.0" authors = ["duanjp8617 "] description = "a safe FFI library for DPDK" readme = "README.md" keywords = ["dpdk"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/duanjp8617/rpkt" [[example]] name = "jumboframe_tx" required-features = ["multiseg"] [[example]] name = "jumboframe_rx" required-features = ["multiseg"] [dependencies.arrayvec] version = "0.7.2" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1.9.0" [dependencies.run-dpdk-sys] version = "0.1.0" package = "rpkt-dpdk-sys" [dependencies.run-packet] version = "0.1.0" optional = true package = "rpkt" [dev-dependencies.ctrlc] version = "3.0" features = ["termination"] [dev-dependencies.smoltcp] version = "0.8" [features] multiseg = ["dep:run-packet"]