coins-core 0.12.0

Core library for coins-bip32 and coins-bip39
Documentation
[dependencies.base64]
version = "0.21"

[dependencies.bech32]
version = "0.9"

[dependencies.bs58]
features = ["check"]
version = "0.5.1"

[dependencies.digest]
version = "0.10.7"

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

[dependencies.hex]
package = "const-hex"
version = "1.12.0"

[dependencies.ripemd]
version = "0.1.3"

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

[dependencies.sha2]
version = "0.10.8"

[dependencies.sha3]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.61"

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

[package]
authors = ["Summa <team@summa.one>", "James Prestwich <james@prestwi.ch>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "Core library for coins-bip32 and coins-bip39"
edition = "2021"
homepage = "https://github.com/summa-tx/coins"
keywords = ["bitcoin", "cryptocurrency", "blockchain"]
license = "MIT OR Apache-2.0"
name = "coins-core"
readme = "README.md"
repository = "https://github.com/summa-tx/coins"
rust-version = "1.65"
version = "0.12.0"