syscallz 0.16.2

Simple seccomp library for rust
Documentation
[badges.travis-ci]
repository = "kpcyrd/syscallz-rs"
[build-dependencies.pkg-config]
version = "0.3"
[dependencies.log]
version = "0.4"

[dependencies.seccomp-sys]
version = "0.1.3"

[dependencies.strum]
version = "0.21"

[dependencies.strum_macros]
version = "0.21"
[dev-dependencies.libc]
version = "0.2.68"

[package]
authors = ["kpcyrd <git@rxv.cc>"]
description = "Simple seccomp library for rust"
edition = "2018"
keywords = ["seccomp", "sandbox"]
license = "MIT/Apache-2.0"
name = "syscallz"
readme = "README.md"
repository = "https://github.com/kpcyrd/syscallz-rs"
version = "0.16.2"