# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "syswall" version = "0.3.1" authors = ["Simon Pugnet "] description = "syswall: a firewall for syscalls" homepage = "https://www.polaris64.net/blog/programming/2019/syswall-a-firewall-for-syscalls" keywords = ["linux", "syscalls", "security", "analysis", "tracing"] categories = ["command-line-utilities", "development-tools::debugging", "os::unix-apis"] license = "LGPL-3.0-only" repository = "https://github.com/polaris64/syswall" [lib] name = "syswall" path = "src/lib.rs" [dependencies.libc] version = "0.2.48" [dependencies.log] version = "0.4.6" [dependencies.nix] version = "0.13.0" [dependencies.serde] version = "1.0.87" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.1.8"