# 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.78.0"
name = "ic-identity-hsm"
version = "0.39.3"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
include = [
    "src",
    "Cargo.toml",
    "../LICENSE",
    "README.md",
]
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"

[dependencies.hex]
version = "0.4.3"

[dependencies.ic-agent]
version = "0.39.1"
default-features = false

[dependencies.pkcs11]
version = "0.5.0"

[dependencies.sha2]
version = "0.10.8"

[dependencies.simple_asn1]
version = "0.6.0"

[dependencies.thiserror]
version = "2.0.3"

[dev-dependencies.ic-agent]
version = "0.39.1"
default-features = false