# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bip78" version = "0.1.0-preview" authors = ["Martin Habovstiak "] description = "Library implementing PayJoin (BIP78) protocol." homepage = "https://github.com/Kixunil/payjoin" readme = "README.md" keywords = ["bip78", "payjoin", "bitcoin"] categories = ["api-bindings", "cryptography::cryptocurrencies", "network-programming"] license = "MITNFA" repository = "https://github.com/Kixunil/payjoin" [dependencies.base64] version = "0.13.0" [dependencies.bitcoin] version = "0.26.2" [dependencies.rand] version = "0.8.4" optional = true [features] receiver = ["rand"] sender = []