[package]
name = "solana_rbpf"
version = "0.1.6"
authors = ["Solana Maintainers <maintainers@solana.com>"]
description = "Virtual machine and JIT compiler for eBPF programs"
repository = "https://github.com/solana-labs/rbpf"
readme = "README.md"
keywords = ["BPF", "eBPF", "interpreter", "JIT", "filtering"]
license = "Apache-2.0/MIT"
include = [
"src/**",
"examples/**",
"tests/**",
"bench/**",
"LICENSE*",
"Cargo.toml",
]
[dependencies]
combine = "2.5"
libc = "0.2"
time = "0.1"
byteorder = "1.2"
elfkit = "0.0.6"
num-traits = "0.2.5"
[dev-dependencies]
elf = "0.0.10"
json = "0.11"