# 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 = "2021" rust-version = "1.70.0" name = "slip132" version = "0.10.2" authors = ["Dr. Maxim Orlovsky "] exclude = [] description = "Bitcoin SLIP-132 standard implementation (parsing custom xpub/xpriv key formats)" homepage = "https://lnp-bp.org" readme = "README.md" keywords = [ "bitcoin", "wallet", "cryptocurrency", "slip132", "bip32", ] categories = [ "cryptography::cryptocurrencies", "encoding", "parsing", ] license = "Apache-2.0" repository = "https://github.com/BP-WG/descriptor-wallet" [lib] name = "slip132" path = "src/lib.rs" [dependencies.amplify] version = "3.14.2" [dependencies.bitcoin] version = "0.29.2" [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.serde_with] version = "2.3" features = ["hex"] optional = true [dependencies.strict_encoding] version = "0.9.0" optional = true [features] all = [ "serde", "strict_encoding", ] default = [] serde = [ "serde_crate", "serde_with", ]