# 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 = "2018" name = "memsec" version = "0.7.0" authors = ["quininer kel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation `libsodium/utils`." documentation = "https://docs.rs/memsec/" readme = "README.md" keywords = [ "protection", "memory", "secure", ] categories = [ "no-std", "memory-management", ] license = "MIT" repository = "https://github.com/quininer/memsec" [lib] name = "memsec" path = "src/lib.rs" [dependencies.getrandom] version = "0.2" optional = true [features] alloc = [ "getrandom", "use_os", ] alloc_ext = ["alloc"] default = [ "use_os", "alloc", ] nightly = [] use_os = [ "libc", "windows-sys", ] [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true [target."cfg(windows)".dependencies.windows-sys] version = "0.45" features = [ "Win32_System_SystemInformation", "Win32_System_Memory", "Win32_Foundation", "Win32_System_Diagnostics_Debug", ] optional = true default-features = false [badges.appveyor] repository = "quininer/memsec" [badges.travis-ci] repository = "quininer/memsec"