[package] name = "ockam_ebpf" version = "0.6.0" authors = ["Ockam Developers"] categories = ["network-programming"] edition = "2021" homepage = "https://github.com/build-trust/ockam" keywords = ["ockam", "crypto", "p2p", "cryptography", "encryption"] license = "Apache-2.0" publish = true readme = "README.md" repository = "https://github.com/build-trust/ockam-ebpf" rust-version = "1.70.0" description = """ eBPF program used by Ockam Privileged Portals """ [features] default = [] # Build eBPF instead of downloading from artifacts build = ["fs_extra"] logging = [] [build-dependencies] reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "blocking"] } url = { version = "2.5.2" } fs_extra = { version = "1.3.0", optional = true } [lib]