bpfvm 0.1.2

`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.
Documentation
[dependencies.libc]
features = ["extra_traits"]
version = "0.2.135"

[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 = []

[package]
authors = ["Steve Smith <tarkasteve@gmail.com>"]
categories = ["development-tools::testing", "network-programming"]
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.
"""
edition = "2021"
homepage = "https://github.com/tarka/libpledge/bpfvm/"
keywords = ["bpf", "seccomp"]
license = "ISC"
name = "bpfvm"
readme = "README.md"
repository = "https://github.com/tarka/libpledge/bpfvm/"
version = "0.1.2"