em-app 0.5.2

Rust EDP application library for Fortanix Enclave Manager
Documentation
# 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 = "em-app"
version = "0.5.2"
authors = ["fortanix.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust EDP application library for Fortanix Enclave Manager"
readme = "README.md"
keywords = ["sgx"]
categories = ["api-bindings"]
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
resolver = "2"

[lib]
name = "em_app"
path = "src/lib.rs"

[dependencies.b64-ct]
version = "0.1.3"

[dependencies.em-client]
version = "4.0.2"
features = ["client"]
default-features = false

[dependencies.em-node-agent-client]
version = "1.0.0"

[dependencies.hyper]
version = "0.10"
default-features = false

[dependencies.mbedtls]
version = ">=0.12.0, <0.14.0"
features = [
    "rdrand",
    "std",
    "ssl",
]
default-features = false

[dependencies.pkix]
version = ">=0.1.2, <0.3.0"

[dependencies.rustc-serialize]
version = "0.3.24"

[dependencies.sdkms]
version = "0.3"
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "1"

[dependencies.uuid]
version = "0.6.3"
features = [
    "v4",
    "serde",
]

[dependencies.uuid_sdkms]
version = "0.8"
features = [
    "v4",
    "serde",
]
package = "uuid"

[dependencies.yasna]
version = "0.3"
features = [
    "num-bigint",
    "bit-vec",
]

[target.x86_64-fortanix-unknown-sgx.dependencies.sgx-isa]
version = ">=0.4.0, <0.6.0"
default-features = false

[target.x86_64-fortanix-unknown-sgx.dependencies.sgx_pkix]
version = ">=0.2.0, <0.4.0"

[target.x86_64-unknown-linux-fortanixvme.dependencies.aws-nitro-enclaves-nsm-api]
version = "0.2.0"

[target.x86_64-unknown-linux-fortanixvme.dependencies.vme-pkix]
version = "0.1.0"

[target.x86_64-unknown-linux-gnu.dependencies.aws-nitro-enclaves-nsm-api]
version = "0.2.0"

[target.x86_64-unknown-linux-gnu.dependencies.vme-pkix]
version = "0.1.0"

[target.x86_64-unknown-linux-musl.dependencies.aws-nitro-enclaves-nsm-api]
version = "0.2.0"

[target.x86_64-unknown-linux-musl.dependencies.vme-pkix]
version = "0.1.0"