[package]
name = "seccompiler"
version = "0.24.0"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
description = "Program that compiles multi-threaded seccomp-bpf filters expressed as JSON into raw BPF programs, serializing them and outputting them to a file."
homepage = "https://firecracker-microvm.github.io/"
license = "Apache-2.0"
[[bin]]
name = "seccompiler-bin"
path = "src/seccompiler_bin.rs"
[dependencies]
utils = { path = "../utils" }
libc = ">=0.2.39"
serde = { version = ">=1.0.27", features = ["derive"] }
serde_json = ">=1.0.9"
bincode = "1.2.1"