bsv-primitives 0.2.0

BSV Blockchain SDK - Cryptographic primitives, hashing, and utilities
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 = "bsv-primitives"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BSV Blockchain SDK - Cryptographic primitives, hashing, and utilities"
readme = false
keywords = [
    "bitcoin",
    "bsv",
    "crypto",
    "primitives",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/Bittoku/bsv-sdk-rust"

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

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

[dependencies.aes]
version = "0.8"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.base64]
version = "0.22"

[dependencies.bs58]
version = "0.5"

[dependencies.cbc]
version = "0.1"
features = ["alloc"]

[dependencies.digest]
version = "0.10"

[dependencies.generic-array]
version = "0.14"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.k256]
version = "0.13"
features = [
    "ecdsa",
    "sha256",
    "arithmetic",
]

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

[dependencies.num-integer]
version = "0.1"

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

[dependencies.pbkdf2]
version = "0.12"
features = ["simple"]

[dependencies.rand]
version = "0.8"

[dependencies.ripemd]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.proptest]
version = "1"

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