# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "sgx-keyreq" version = "0.2.1" authors = ["Julian Popescu "] description = "Provides a stable/no-std compatible library for requesting SGX keys" homepage = "https://github.com/riddleandcode/sgx-keyreq" documentation = "https://docs.rs/sgx-keyreq/" readme = "README.md" keywords = ["sgx", "encryption", "key", "cryptography", "trusted"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/riddleandcode/sgx-keyreq" resolver = "2" [dependencies.sgx-isa] version = "0.3.3" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rdrand] version = "0.8.1" [build-dependencies.cc] version = "1.0.71" [features] default = ["std"] std = []