krusty-kms 0.3.0

Key Management System with BIP-44 derivation
Documentation
# 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 = "krusty-kms"
version = "0.3.0"
authors = ["Krusty KMS Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Key Management System with BIP-44 derivation"
homepage = "https://github.com/starknet-innovation/kms"
readme = false
keywords = [
    "cryptography",
    "kms",
    "starknet",
    "encryption",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/starknet-innovation/kms"

[features]
default = ["parallel"]
parallel = ["krusty-kms-crypto/parallel"]

[lib]
name = "krusty_kms"
path = "src/lib.rs"

[[test]]
name = "debug_address"
path = "tests/debug_address.rs"

[[test]]
name = "key_derivation_vectors"
path = "tests/key_derivation_vectors.rs"

[[test]]
name = "swift_parity_vectors"
path = "tests/swift_parity_vectors.rs"

[dependencies.bip39]
version = "2.2.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.krusty-kms-common]
version = "0.3.0"

[dependencies.krusty-kms-crypto]
version = "0.3.0"
default-features = false

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.sha2]
version = "0.10.8"

[dependencies.sha3]
version = "0.10"

[dependencies.starknet-types-core]
version = "0.2.0"
features = ["hash"]

[dependencies.thiserror]
version = "1.0.69"

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.138"