# 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" rust-version = "1.65" name = "secmem-proc" version = "0.3.5" authors = ["niluxv "] build = false include = [ "src/**/*", "COPYING", "LICENSE.*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Process hardening through system APIs" readme = "README.md" keywords = [ "secure", "memory", "process", "hardening", ] categories = [ "no-std", "cryptography", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/niluxv/secmem-proc" [package.metadata.docs.rs] all-features = true [lib] name = "secmem_proc" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" default-features = false [dependencies.cfg-if] version = "1.0" [dependencies.thiserror] version = "1.0" optional = true [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.escargot] version = "0.5" [dev-dependencies.once_cell] version = "1.16" [dev-dependencies.predicates] version = "3.0" [features] default = ["std"] dev = [] std = [ "dep:thiserror", "anyhow/std", "rustix/std", "rustix/procfs", ] unstable = ["windows/Wdk_System_Threading"] [target.'cfg(target_os = "macos")'.dependencies.libc] version = "0.2.107" [target."cfg(unix)".dependencies.rustix] version = "0.38" features = ["process"] default-features = false [target."cfg(windows)".dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_Security_Authorization", "Win32_System_Diagnostics_Debug", ]