# 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.0" name = "ockam_ebpf" version = "0.6.0" authors = ["Ockam Developers"] build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = """ eBPF program used by Ockam Privileged Portals """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "p2p", "cryptography", "encryption", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/build-trust/ockam-ebpf" [lib] name = "ockam_ebpf" path = "src/lib.rs" [build-dependencies.fs_extra] version = "1.3.0" optional = true [build-dependencies.reqwest] version = "0.12" features = [ "rustls-tls-native-roots", "blocking", ] default-features = false [build-dependencies.url] version = "2.5.2" [features] build = ["fs_extra"] default = [] logging = []