hdpath 0.6.3

Hierarchical Deterministic Path (BIP32, BIP43, BIP44, BIP49, BIP84)
Documentation
[dependencies.bitcoin]
optional = true
version = ">= 0.27, < 0.30"

[dependencies.byteorder]
version = "1.3.4"
[dev-dependencies.quickcheck]
version = "0.9.2"

[dev-dependencies.rand]
version = "0.7.3"

[features]
default = []
with-bitcoin = ["bitcoin"]

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

[package]
authors = ["Igor Artamonov <igor@artamonov.ru>"]
description = "Hierarchical Deterministic Path (BIP32, BIP43, BIP44, BIP49, BIP84)"
documentation = "https://docs.rs/hdpath"
edition = "2018"
license = "Apache-2.0"
name = "hdpath"
readme = "crates.md"
repository = "https://github.com/emeraldpay/hdpath-rs"
version = "0.6.3"