# 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_cose_types" version = "0.4.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust types library used for integrating with IC-COSE." readme = "README.md" keywords = [ "config", "cbor", "canister", "icp", "encryption", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ldclabs/ic-cose/tree/main/src/ic_cose_types" [lib] name = "ic_cose_types" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10" [dependencies.candid] version = "0.10" [dependencies.ciborium] version = "0.2" [dependencies.const-hex] version = "1" [dependencies.coset] version = "0.3" [dependencies.ed25519-dalek] version = "2" [dependencies.hkdf] version = "0.12" [dependencies.hmac] version = "0.12" [dependencies.ic-cdk] version = "0.17" [dependencies.icrc-ledger-types] version = "0.1" [dependencies.k256] version = "0.13" features = [ "ecdsa", "schnorr", ] [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11" [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.x25519-dalek] version = "2" features = ["static_secrets"]