# 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 = "sgxs-loaders" version = "0.4.0" authors = ["Fortanix, Inc."] description = """ Platform-specific loaders for SGX enclaves. The following loaders are supported: * SGX device (Linux) * Enclave API (Windows) * libsgx_enclave_common (Linux & Windows) """ homepage = "https://edp.fortanix.com/" documentation = "https://edp.fortanix.com/docs/api/sgxs_loaders/" keywords = [ "sgx", "enclave", "sgxs", "isgx", ] categories = [ "os", "hardware-support", "api-bindings", ] license = "MPL-2.0" repository = "https://github.com/fortanix/rust-sgx" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.bitflags] version = "1" [dependencies.libloading] version = "0.5" [dependencies.nix] version = "0.15" [dependencies.sgx-isa] version = "0.4.0" [dependencies.sgxs] version = "0.8.0" [dependencies.thiserror] version = "1.0" [dev-dependencies] [features] no_sgx_enclave_common = [] [target."cfg(windows)".dependencies.winapi] version = "0.3.7" features = [ "enclaveapi", "memoryapi", "processthreadsapi", ]