ic_tee_agent 0.7.2

An agent to interact with the Internet Computer for Trusted Execution Environments (TEEs)
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 = "2021"
name = "ic_tee_agent"
version = "0.7.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An agent to interact with the Internet Computer for Trusted Execution Environments (TEEs)"
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_agent"

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

[dependencies.axum-core]
version = "0.5"

[dependencies.bytes]
version = "1"

[dependencies.candid]
version = "0.10"

[dependencies.cbor2]
version = "1"

[dependencies.http]
version = "1.5"

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

[dependencies.ic_auth_types]
version = "0.10"

[dependencies.ic_auth_verifier]
version = "0.10"
features = ["full"]

[dependencies.ic_cose]
version = "0.10"

[dependencies.ic_cose_types]
version = "0.10"

[dependencies.mime]
version = "0.3"

[dependencies.serde]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dev-dependencies]