[dependencies]
[lib]
name = "memsafe"
path = "src/lib.rs"
[package]
authors = ["po0uyan <info@pouyan.me>", "mortezashojaei <mshojaei179@gmail.com>", "shshemi <shshemi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "os", "cryptography"]
description = "A Secure cross-platform Rust library for securely wrapping data in memory"
edition = "2021"
keywords = ["memory", "security", "lock", "cross-platform"]
license = "MIT"
name = "memsafe"
readme = "README.MD"
repository = "https://github.com/po0uyan/memsafe"
version = "0.3.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["memoryapi", "winnt"]
version = "0.3"
[[test]]
name = "memory_tests"
path = "tests/memory_tests.rs"