# 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 = "bip21" version = "0.5.0" authors = ["Martin Habovstiak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust-idiomatic, compliant, flexible and performant BIP21 crate." readme = "README.md" keywords = [ "bitcoin", "bip21", "parsing", "newtypes", ] categories = [ "cryptography::cryptocurrencies", "encoding", "rust-patterns", "value-formatting", ] license = "MITNFA" repository = "https://github.com/Kixunil/bip21" [package.metadata.docs.rs] features = [ "std", "non-compliant-bytes", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bip21" path = "src/lib.rs" [dependencies.bitcoin] version = "0.32.0" default-features = false [dependencies.either] version = "1.6.1" optional = true [dependencies.percent-encoding-rfc3986] version = "0.1.3" [dev-dependencies.bitcoin] version = "0.32.0" features = ["std"] [features] non-compliant-bytes = ["either"] std = [ "percent-encoding-rfc3986/std", "bitcoin/std", ]