ias 0.2.3

API definitions, tools, and client for the Intel Attestation Service.
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 = "ias"
version = "0.2.3"
authors = ["Fortanix, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API definitions, tools, and client for the Intel Attestation Service."
readme = false
license = "MPL-2.0"
resolver = "2"

[features]
client = [
    "reqwest",
    "base64",
    "serde-bytes-repr",
    "serde_json",
]
client-certificate = ["reqwest/native-tls"]

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

[[example]]
name = "attestation-tool"
path = "examples/attestation-tool.rs"
required-features = [
    "client",
    "mbedtls",
]

[dependencies.base64]
version = "0.13"
optional = true

[dependencies.bitflags]
version = "1"

[dependencies.byteorder]
version = "1.0"

[dependencies.log]
version = "0.4"

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

[dependencies.percent-encoding]
version = "2.3"

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

[dependencies.serde]
version = "1.0.7"
features = ["derive"]

[dependencies.serde-bytes-repr]
version = "0.1"
optional = true

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sgx-isa]
version = ">=0.4.0, <0.6.0"

[dependencies.sgx_pkix]
version = ">=0.2.0, <0.4.0"

[dependencies.url]
version = "2.2"

[dev-dependencies.env_logger]
version = "0.9.0"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["macros"]

[target.'cfg(not(target_env="sgx"))'.dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

[target.'cfg(not(target_env="sgx"))'.dev-dependencies.aesm-client]
version = "0.6"
features = ["sgxs"]

[target.'cfg(not(target_env="sgx"))'.dev-dependencies.clap]
version = "2.34.0"

[target.'cfg(not(target_env="sgx"))'.dev-dependencies.report-test]
version = "0.5"

[target.'cfg(not(target_env="sgx"))'.dev-dependencies.sgxs]
version = "0.8"

[target.'cfg(not(target_env="sgx"))'.dev-dependencies.sgxs-loaders]
version = "0.5"