libseccomp 0.2.1

Rust Language Bindings for the libseccomp Library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.2.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"

[[package]]
name = "libseccomp"
version = "0.2.1"
dependencies = [
 "libc",
 "libseccomp-sys",
 "pkg-config",
]

[[package]]
name = "libseccomp-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33add59d68a6e568b119e48b561455e1c769850db0ee475399a807315421f922"

[[package]]
name = "pkg-config"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"