# 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" name = "zip321" version = "0.2.0" authors = ["Kris Nuttycombe "] description = "Parsing functions and data types for Zcash ZIP 321 Payment Request URIs" homepage = "https://github.com/zcash/librustzcash" readme = "README.md" categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/librustzcash" resolver = "1" [dependencies.base64] version = "0.22" [dependencies.nom] version = "7" [dependencies.percent-encoding] version = "2.1.0" [dependencies.proptest] version = "1" optional = true [dependencies.zcash_address] version = "0.6" [dependencies.zcash_protocol] version = "0.4" [dev-dependencies.proptest] version = "1" [dev-dependencies.zcash_address] version = "0.6" features = ["test-dependencies"] [dev-dependencies.zcash_protocol] version = "0.4" features = ["test-dependencies"] [features] test-dependencies = ["dep:proptest"]