[features]
default = ["std"]
std = []
[package]
authors = ["Julian Popescu <jpopesculian@gmail.com>"]
categories = ["cryptography", "no-std", "parsing"]
description = "Simple struct for dealing with BIP32/44/49 derivation paths"
documentation = "https://docs.rs/derivation-path/"
edition = "2018"
homepage = "https://github.com/jpopesculian/derivation-path"
keywords = ["derivation", "BIP32", "BIP44", "BIP49", "blockchain"]
license = "MIT OR Apache-2.0"
name = "derivation-path"
readme = "README.md"
repository = "https://github.com/jpopesculian/derivation-path"
version = "0.2.0"