# 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 = "shush-rs" version = "0.1.11" build = false exclude = [".github/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate designed to manage sensitive data securely by leveraging memory protection mechanisms." readme = "README.md" keywords = [ "secret", "memory", "protection", "privacy", ] categories = ["memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/Eyob94/shush-rs" [profile.release] panic = "abort" [lib] name = "shush_rs" path = "src/lib.rs" [dependencies.zeroize] version = "1.8.1" [target."cfg(unix)".dependencies.errno] version = "0.3.9" [target."cfg(unix)".dependencies.libc] version = "0.2.158" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_System_SystemInformation", "Win32_System_Memory", "Win32_Foundation", "Win32_System_Diagnostics_Debug", "Win32_System", "Win32_System_Diagnostics_Debug_Extensions", ] default-features = false