# 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] edition = "2018" name = "sgx_crypto_helper" version = "1.1.0" authors = ["The Teaclave Authors"] 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/apache/teaclave-sgx-sdk" [lib] name = "sgx_crypto_helper" crate-type = ["staticlib", "rlib"] [dependencies.itertools] version = "0.8" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0.98" [dependencies.serde-big-array] version = "0.1" [dependencies.serde_derive] version = "1.0.98" [dependencies.sgx_tcrypto] version = "=1.1.0" optional = true [dependencies.sgx_types] version = "=1.1.0" [dependencies.sgx_ucrypto] version = "=1.1.0" [dev-dependencies.rand_core] version = "0.4" [dev-dependencies.rdrand] version = "0.6" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.sgx_ucrypto] version = "=1.1.0" [features] default = [] enclave_cargo = ["sgx_tcrypto"]