# 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] name = "sgx-isa" version = "0.4.1" authors = ["Fortanix, Inc."] description = """ Constants and structures related to the Intel SGX ISA extension. These definitions correspond to those found in the Intel Software Developers Manual (SDM), volume 3. """ homepage = "https://edp.fortanix.com/" documentation = "https://edp.fortanix.com/docs/api/sgx_isa/" keywords = [ "sgx", "enclave", ] categories = ["hardware-support"] license = "MPL-2.0" repository = "https://github.com/fortanix/rust-sgx" resolver = "2" [dependencies.bitflags] version = "1" [dependencies.serde] version = "1.0.104" features = ["derive"] optional = true [dev-dependencies.mbedtls] version = "0.12" features = ["std"] default-features = false [features] large_array_derive = [] sgxstd = []