sgx_rand 1.0.8

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"