# 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.65.0" name = "xdpilone" version = "1.0.4" authors = ["Andreas Molzer"] description = "Interaction with Linux XDP sockets and rings. No libbpf/libxpd-sys. Lightweight, high-performance." readme = "Readme.md" categories = [ "network-programming", "os::linux-apis", "no-std", ] license = "EUPL-1.2" repository = "https://github.com/HeroicKatora/xdpilone" [dependencies.libc] version = "0.2" default-features = false [dependencies.spin] version = "0.9" features = ["rwlock"] default-features = false [dev-dependencies.clap] version = "4" features = ["derive"] [badges.maintenance] status = "passively-maintained"