# 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-verifiable-credentials" version = "1.0.1" description = "Verifiable credentials issuing and verification for IC canisters." readme = "README.md" keywords = [ "internet-computer", "verifiable", "credentials", "icp", "dfinity", ] categories = [ "api-bindings", "data-structures", "no-std", ] license = "Apache-2.0" [dependencies.base64] version = "0.22" [dependencies.candid] version = "0.10" [dependencies.ic-canister-sig-creation] version = "1.1" [dependencies.ic-cdk] version = "0.15" [dependencies.ic-certification] version = "2.2" [dependencies.ic-signature-verification] version = "0.1.0" [dependencies.identity_core] version = "1.4.0" features = ["custom_time"] default-features = false [dependencies.identity_credential] version = "1.4.0" features = [ "credential", "presentation", "validator", ] default-features = false [dependencies.identity_jose] version = "1.4.0" features = ["custom_alg"] default-features = false [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dev-dependencies.assert_matches] version = "1.5"