# 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 = "2021" rust-version = "1.67" name = "sgx" version = "0.6.1" authors = ["The Enarx Project Developers"] exclude = [ ".gitignore", ".github/*", ] description = "Library for Intel SGX" homepage = "https://github.com/enarx/sgx" readme = "README.md" keywords = [ "intel", "sgx", ] categories = [ "os", "os::linux-apis", "parsing", "network-programming", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/enarx/sgx" [dependencies.bitflags] version = "^2.4.1" [dependencies.const-oid] version = "^0.9.5" optional = true default-features = false [dependencies.der] version = "^0.7.8" optional = true [dependencies.num-integer] version = "^0.1.45" optional = true [dependencies.num-traits] version = "^0.2.16" optional = true [dependencies.openssl] version = "^0.10.59" optional = true [dependencies.rand] version = "^0.8.5" optional = true [dependencies.rsa] version = "^0.9.3" features = ["sha2"] optional = true [dependencies.sha2] version = "0.10.8" features = ["oid"] optional = true [dependencies.x509] version = "^0.2.4" optional = true default-features = false package = "x509-cert" [dependencies.x86_64] version = "^0.14.11" default-features = false [dev-dependencies.testaso] version = "0.1" [features] rcrypto = [ "rand", "rsa", "sha2", "num-integer", "num-traits", "const-oid", "der", "x509", ] [target."cfg(target_arch = \"x86_64\")".dependencies.xsave] version = "^2.0.2" default-features = false [badges.github] repository = "enarx/sgx" workflow = "test" [badges.is-it-maintained-issue-resolution] repository = "enarx/sgx" [badges.is-it-maintained-open-issues] repository = "enarx/sgx" [badges.maintenance] status = "actively-developed"