Crates.io | ic_tee_cli |
lib.rs | ic_tee_cli |
version | |
source | src |
created_at | 2024-11-05 01:03:03.254693+00 |
updated_at | 2025-03-11 13:14:57.606897+00 |
description | A command-line tool implemented in Rust for the IC-TEE. |
homepage | |
repository | https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_cli |
max_upload_size | |
id | 1435880 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
ic_tee_cli
ic_tee_cli
is a command-line tool implemented in Rust for the ic-tee
.
Install:
cargo install ic_tee_cli
# get help info
ic_tee_cli --help
# verify a TEE attestation from url
ic_tee_cli tee-verify --url https://tee-demo.panda.fans/.well-known/attestation
Copyright © 2024-2025 LDC Labs.
ldclabs/ic-tee
is licensed under the MIT License. See LICENSE for the full license text.