ic_tee_cli 0.6.10

A command-line tool implemented in Rust for the IC-TEE.
# 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 = "2021"
name = "ic_tee_cli"
version = "0.6.10"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool implemented in Rust for the IC-TEE."
readme = "README.md"
keywords = [
    "tee",
    "canister",
    "icp",
    "nitro",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_cli"

[[bin]]
name = "ic_tee_cli"
path = "src/main.rs"

[dependencies.base64]
version = "0.22"

[dependencies.candid]
version = "0.10"
features = [
    "value",
    "printer",
]

[dependencies.clap]
version = "=4.5"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.ic-agent]
version = "0.47"

[dependencies.ic_cose]
version = "0.9"

[dependencies.ic_cose_types]
version = "0.9"

[dependencies.ic_tee_agent]
version = "0.6"

[dependencies.ic_tee_cdk]
version = "0.6"

[dependencies.ic_tee_nitro_attestation]
version = "0.6"

[dependencies.pkcs8]
version = "0.10"
features = ["pem"]

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "json",
    "gzip",
    "stream",
    "http2",
]
default-features = true

[dependencies.serde_bytes]
version = "0.11"

[dependencies.tokio]
version = "1"
features = ["full"]