# 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 = "2018" name = "bpfjit-sys" version = "2.1.2" authors = ["Alex Forster "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to NetBSD's cBPF JIT engine" homepage = "https://github.com/alexforster/bpfjit-sys" readme = "README.md" keywords = [ "bpf", "cbpf", "jit", "libbpfjit", "libpcap", ] license = "BSD-2-Clause" repository = "https://github.com/alexforster/bpfjit-sys" [lib] name = "bpfjit_sys" crate-type = [ "lib", "staticlib", ] path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.lazy_static] version = "1.5" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "alexforster/bpfjit-sys"