[package]
edition = "2018"
name = "hdpath"
version = "0.7.0"
authors = ["Igor Artamonov <igor@artamonov.ru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hierarchical Deterministic Path (BIP32, BIP43, BIP44, BIP49, BIP84)"
documentation = "https://docs.rs/hdpath"
readme = "crates.md"
license = "Apache-2.0"
repository = "https://github.com/emeraldpay/hdpath-rs"
[features]
default = []
with-bitcoin = ["bitcoin"]
[lib]
name = "hdpath"
path = "src/lib.rs"
[dependencies.bitcoin]
version = "0.32"
optional = true
[dependencies.byteorder]
version = "1.3.4"
[dev-dependencies.quickcheck]
version = "1.0"
[dev-dependencies.rand]
version = "0.9"