# 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.1" authors = ["Fortanix, Inc."] description = "API definitions, tools, and client for the Intel Attestation Service." license = "MPL-2.0" resolver = "2" [[example]] name = "attestation-tool" 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" features = ["std"] optional = true default-features = false [dependencies.percent-encoding] version = "2.1" [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" [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] version = "1" features = ["macros"] [features] client = [ "reqwest", "base64", "serde-bytes-repr", "serde_json", ] client-certificate = ["reqwest/native-tls"] [target."cfg(not(target_env=\"sgx\"))".dependencies.reqwest] version = "0.11" 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.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"