memsafe 1.0.2

A Secure cross-platform Rust library for securely wrapping data in memory
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "memsafe"
version = "1.0.2"
authors = [
    "shshemi <shshemi@gmail.com>",
    "po0uyan <info@pouyan.me>",
    "mortezashojaei <mshojaei179@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Secure cross-platform Rust library for securely wrapping data in memory"
readme = "README.MD"
keywords = [
    "memory",
    "security",
    "lock",
    "cross-platform",
]
categories = [
    "memory-management",
    "os",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/po0uyan/memsafe"

[features]
type-state = []

[lib]
name = "memsafe"
path = "src/lib.rs"

[[test]]
name = "gaurd"
path = "tests/gaurd.rs"

[[test]]
name = "performance"
path = "tests/performance.rs"

[[test]]
name = "readme"
path = "tests/readme.rs"

[[test]]
name = "secret"
path = "tests/secret.rs"

[[test]]
name = "security"
path = "tests/security.rs"

[[test]]
name = "type_state"
path = "tests/type_state.rs"

[[bench]]
name = "memsafe_bench"
path = "benches/memsafe_bench.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.5"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "memoryapi",
    "winnt",
]