ias 0.2.1

API definitions, tools, and client for the Intel Attestation Service.
Documentation
[dependencies.base64]
optional = true
version = "0.13"

[dependencies.bitflags]
version = "1"

[dependencies.byteorder]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.mbedtls]
default-features = false
features = ["std"]
optional = true
version = "0.12"

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

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

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

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

[dependencies.serde_bytes]
version = "0.11"

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

[dependencies.sgx-isa]
version = "0.4"

[dependencies.sgx_pkix]
version = "0.2"

[dependencies.url]
version = "2.2"

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

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

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

[[example]]
name = "attestation-tool"
required-features = ["client", "mbedtls"]

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

[package]
authors = ["Fortanix, Inc."]
description = "API definitions, tools, and client for the Intel Attestation Service."
edition = "2018"
license = "MPL-2.0"
name = "ias"
resolver = "2"
version = "0.2.1"

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

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

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

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

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

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