# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "greenhook" version = "0.0.4" description = "A seccomp-unotify-based syscall hook library" documentation = "https://www.taoky.moe/greenhook/greenhook/" readme = "README.md" license = "Unlicense" repository = "https://github.com/taoky/greenhook" [dependencies.libseccomp] version = "0.3.0" features = ["const-syscall"] [dependencies.libseccomp-sys] version = "0.2.1" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.26.2" [dependencies.procfs] version = "0.15.1" default-features = false [dependencies.threadpool] version = "1.8.1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.resolv-conf] version = "0.7.0" [dev-dependencies.test-log] version = "0.2.11"