hdpath 0.7.0

Hierarchical Deterministic Path (BIP32, BIP43, BIP44, BIP49, BIP84)
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 = "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"