# 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.71" name = "s2n-quic-xdp" version = "0.51.0" authors = ["AWS s2n"] build = false exclude = ["corpus.tar.gz"] autobins = false autoexamples = false autotests = false autobenches = false description = "Internal crate used by s2n-quic" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/aws/s2n-quic" [lib] name = "s2n_quic_xdp" path = "src/lib.rs" [dependencies.aya] version = "0.13" default-features = false [dependencies.bitflags] version = "2" [dependencies.errno] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.s2n-codec] version = "=0.51.0" [dependencies.s2n-quic-core] version = "=0.51.0" [dependencies.tokio] version = "1" features = ["net"] optional = true [dev-dependencies.bolero] version = "0.11" [dev-dependencies.futures] version = "0.3" [dev-dependencies.pin-project-lite] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["tokio"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(s2n_quic_xdp_trace)"]