# 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 = "aesm-client" version = "0.6.0" authors = ["Fortanix, Inc."] autotests = true description = """ RPC client for Intel SGX AESM (Architectural Enclave Service Manager). With this client, applications can obtain launch tokens for enclaves and turn attestation reports into quotes. """ homepage = "https://edp.fortanix.com/" documentation = "https://edp.fortanix.com/docs/api/aesm_client/" keywords = [ "sgx", "enclave", "psw", "aesm", "aesmd", ] categories = ["api-bindings"] license = "MPL-2.0" repository = "https://github.com/fortanix/rust-sgx" resolver = "2" [[test]] name = "live_quote" required-features = [ "test-sgx", "sgxs", ] [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.0" [dependencies.lazy_static] version = "1" [dependencies.protobuf] version = "2.22.1" [dependencies.sgx-isa] version = "0.4.0" [dependencies.sgxs] version = "0.8.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.report-test] version = "0.4.0" [dev-dependencies.sgx-isa] version = "0.4.0" [dev-dependencies.sgxs-loaders] version = "0.4.0" [build-dependencies.protoc-rust] version = "2.8.0" [features] test-sgx = [] [target."cfg(unix)".dependencies.unix_socket2] version = "0.5.4" [target."cfg(windows)".dependencies.libloading] version = "0.5.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.7" features = [ "combaseapi", "enclaveapi", "memoryapi", "objbase", ]