# 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" name = "cashu" version = "0.0.2" authors = ["Clark Moody "] description = "Chaumian ecash protocol for Bitcoin" readme = "README.md" keywords = [ "ecash", "bitcoin", "cashu", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "MIT" [dependencies.base64] version = "0.21.0" [dependencies.bitcoin] version = "0.30.0" features = [ "rand", "serde", ] [dependencies.itertools] version = "0.10.5" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.3.1"