# 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.1.3" build = false publish = true 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] version = "0.7" features = [ "http1", "http2", "json", "macros", "matched-path", "tokio", "query", ] default-features = true [dependencies.bytes] version = "1" [dependencies.candid] version = "0.10" [dependencies.ciborium] version = "0.2" [dependencies.ed25519-consensus] version = "2.1" [dependencies.ic-agent] version = "0.39" [dependencies.ic_cose_types] version = "0.3" [dependencies.ic_tee_cdk] version = "0.1" [dependencies.mime] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.x25519-dalek] version = "2" features = ["static_secrets"] [dev-dependencies.const-hex] version = "1"