# 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 = "fortanix-sgx-tools" version = "0.5.1" authors = ["Fortanix, Inc."] description = """ Tools for building and running enclaves for the Fortanix SGX ABI. This contains `ftxsgx-runner` to run generic `x86_64-fortanix-unknown-sgx` enclaves, as well as `ftxsgx-elf2sgxs`, which is used in the build process for the `x86_64-fortanix-unknown-sgx` target. """ homepage = "https://edp.fortanix.com/" documentation = "https://edp.fortanix.com/docs/" keywords = [ "sgx", "enclave", "ftxsgx-runner", ] categories = [ "development-tools::build-utils", "command-line-utilities", ] license = "MPL-2.0" repository = "https://github.com/fortanix/rust-sgx" [dependencies.aesm-client] version = "0.5.0" features = ["sgxs"] [dependencies.clap] version = "2.2.5" [dependencies.enclave-runner] version = "0.5.0" [dependencies.failure] version = "0.1.1" [dependencies.failure_derive] version = "0.1.1" [dependencies.libc] version = "0.2.48" [dependencies.nix] version = "0.13.0" [dependencies.num_cpus] version = "1.9.0" [dependencies.serde] version = "1.0.84" [dependencies.serde_derive] version = "1.0.84" [dependencies.sgx-isa] version = "0.4.0" [dependencies.sgxs] version = "0.7.0" [dependencies.sgxs-loaders] version = "0.3.0" [dependencies.toml] version = "0.4.10" [dependencies.xmas-elf] version = "0.6.0"