# 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 = "btctipserver" version = "0.1.0" authors = ["Luca Vaccaro "] description = "Bitcoin payment service, based on bdk and electrum." documentation = "https://docs.rs/btctipserver/" readme = "README.md" keywords = ["bitcoin", "wallet", "payment", "server"] license = "MIT" repository = "https://github.com/lvaccaro/btctipserver" [dependencies.base64] version = "0.13.0" [dependencies.bdk] version = "0.6.0" default-features = false [dependencies.bdk-macros] version = "^0.2" [dependencies.dirs-next] version = "2.0.0" [dependencies.env_logger] version = "0.8.2" [dependencies.log] version = "0.4.0" [dependencies.maud] version = "0.22.1" [dependencies.qr_code] version = "1.0.0" features = ["bmp"] [dependencies.rust-ini] version = "0.16" [dependencies.serde_json] version = "^1.0" [dependencies.simple-server] version = "0.4.0" [dependencies.structopt] version = "0.3" [features] default = ["electrum", "bdk/key-value-db"] electrum = ["bdk/electrum"]