# 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] edition = "2018" name = "rxdp" version = "0.3.1" authors = ["Abe Friesen "] description = "Bindings for interoperating with XDP programs and eBPF maps." documentation = "https://docs.rs/rxdp" readme = "README.md" keywords = ["xdp", "ebpf", "linux"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/doyshinda/rxdp" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = [] [lib] name = "rxdp" path = "src/lib.rs" [[bench]] name = "rxdp_benchmark" harness = false [dependencies.bitflags] version = "1.2.1" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.errno] version = "0.2.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.libbpf-sys] version = "0.1.0-1" [dependencies.libc] version = "0.2.80" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7.3" [build-dependencies.cc] version = "1.0" [features] test = []