# 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" name = "bpfvm" version = "0.1.2" authors = ["Steve Smith "] description = """ `bpfvm` is a small BPF VM implementation and cBPF token 'assembler'. It is intended for testing cBPF functionality before deployment, e.g. seccomp BPF filters. """ homepage = "https://github.com/tarka/libpledge/bpfvm/" readme = "README.md" keywords = [ "bpf", "seccomp", ] categories = [ "development-tools::testing", "network-programming", ] license = "ISC" repository = "https://github.com/tarka/libpledge/bpfvm/" [dependencies.libc] version = "0.2.135" features = ["extra_traits"] [dependencies.log] version = "0.4.17" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.env_logger] version = "0.9.1" [dev-dependencies.test-log] version = "0.2.11" [features] default = ["vm"] vm = []