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