# 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_cli" version = "0.1.2" authors = ["Simon Pugnet "] description = "syswall_cli: a simple CLI to syswall" 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" [[bin]] name = "syswall_cli" path = "src/main.rs" [dependencies.clap] version = "2.32.0" [dependencies.log] version = "0.4.6" [dependencies.syswall] version = "0.3.1"