# 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.1.3" build = false publish = true 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.anyhow] version = "1" [dependencies.candid] version = "0.10" features = [ "value", "printer", ] [dependencies.clap] version = "=4.5" features = ["derive"] [dependencies.const-hex] version = "1" [dependencies.ed25519] version = "2.2" features = [ "pem", "pkcs8", ] [dependencies.ed25519-consensus] version = "2.1" [dependencies.ic-agent] version = "0.39" [dependencies.ic_cose_types] version = "0.3" [dependencies.ic_tee_agent] version = "0.1" [dependencies.ic_tee_cdk] version = "0.1" [dependencies.ic_tee_nitro_attestation] version = "0.1" [dependencies.pkcs8] version = "0.10" features = ["pem"] [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "rustls-tls-native-roots", "json", "gzip", "stream", "http2", ] default-features = true [dependencies.serde_bytes] version = "0.11" [dependencies.tokio] version = "1" features = ["full"]