# 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.80" name = "flex-alloc-secure" version = "0.0.1" authors = ["Andrew Whitehead "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Secured allocations for flex-alloc" readme = "README.md" keywords = [ "secure", "vec", "zeroize", ] categories = [ "data-structures", "memory-management", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andrewwhitehead/flex-alloc/" [lib] name = "flex_alloc_secure" path = "src/lib.rs" [[test]] name = "protect" path = "tests/protect.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "protect" path = "benches/protect.rs" harness = false [dependencies.chacha20poly1305] version = "0.10" features = ["reduced-round"] [dependencies.const-default] version = "1" [dependencies.flex-alloc] version = "0.0.4" features = [ "alloc", "zeroize", ] [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.zeroize] version = "1" [dev-dependencies.criterion] version = "0.5" features = [ "cargo_bench_support", "html_reports", ] default-features = false [target."cfg(unix)".dependencies.libc] version = "0.2.158" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_System_Memory", "Win32_System_SystemInformation", ]