blob: 208417a6e6ebbc37e717023119600455427a0953 [file] [log] [blame]
[package]
name = "safemem"
version = "0.2.0"
authors = ["Austin Bonander <austin.bonander@gmail.com>"]
description = "Safe wrappers for memory-accessing functions, like `std::ptr::copy()`."
repository = "https://github.com/abonander/safemem"
keywords = ["memset", "memmove", "copy"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/safemem"
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }