[package]
name = "sgx_rand"
version = "1.0.8"
authors = ["Baidu"]
include = ["LICENSE", "Readme.md", "Cargo.toml", "src/os.rs", "src/reseeding.rs", "src/distributions/normal.rs", "src/distributions/mod.rs", "src/distributions/ziggurat_tables.rs", "src/distributions/range.rs", "src/distributions/exponential.rs", "src/distributions/gamma.rs", "src/read.rs", "src/rand_impls.rs", "src/isaac.rs", "src/lib.rs", "src/chacha.rs"]
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
documentation = "https://dingelish.github.io/"
license-file = "LICENSE"
repository = "https://github.com/baidu/rust-sgx-sdk"
[lib]
name = "sgx_rand"
crate-type = ["rlib"]
[features]
default = []
[target."cfg(not(target_env = \"sgx\"))".dependencies.sgx_trts]
version = "=1.0.8"
[target."cfg(not(target_env = \"sgx\"))".dependencies.sgx_tstd]
version = "=1.0.8"
[target."cfg(not(target_env = \"sgx\"))".dependencies.sgx_types]
version = "=1.0.8"