blob: 67f10960337de683b33b756cc6ef8de7ff911455 [file] [log] [blame]
[package]
name = "sgx_rand"
version = "1.0.4"
authors = ["Baidu"]
repository = "https://github.com/baidu/rust-sgx-sdk"
license-file = "LICENSE"
documentation = "https://dingelish.github.io/"
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
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",
]
[lib]
name = "sgx_rand"
crate-type = ["rlib"]
[features]
default = []
[dependencies]
sgx_types = { path = "../sgx_types" }
sgx_trts = { path = "../sgx_trts" }
sgx_tstd = { path = "../sgx_tstd" }