# 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" rust-version = "1.75.0" name = "ic-identity-hsm" version = "0.39.0" authors = ["DFINITY Stiftung "] build = false include = [ "src", "Cargo.toml", "../LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Identity implementation for HSM for the ic-agent package." homepage = "https://docs.rs/ic-identity-hsm" documentation = "https://docs.rs/ic-identity-hsm" readme = "README.md" keywords = [ "internet-computer", "agent", "utility", "icp", "dfinity", ] categories = [ "api-bindings", "data-structures", "no-std", ] license = "Apache-2.0" repository = "https://github.com/dfinity/agent-rs" [lib] name = "ic_identity_hsm" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.ic-agent] version = "0.39.0" default-features = false [dependencies.pkcs11] version = "0.5.0" [dependencies.sha2] version = "0.10.6" [dependencies.simple_asn1] version = "0.6.0" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.ic-agent] version = "0.39.0" default-features = false