# 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.56.0" name = "mycitadel-desktop2" version = "1.1.0" authors = ["Jomagalo "] exclude = [ ".github", "assets", "CODE_OF_CONDUCT.md", ] description = "Bitcoin II, Lightning and RGB wallet; part of MyCitadel software suite." homepage = "https://mycitadel.io" readme = "README.md" keywords = [ "lnp-bp", "bitcoin", "lightning", "rgb", "wallet", ] categories = [ "cryptography::cryptocurrencies", "gui", "hardware-support", ] license = "AGPL-3.0" repository = "https://github.com/jomagalo/mycitadel-desktop" resolver = "2" [lib] name = "mycitadel" [[bin]] name = "mycitadel" path = "src/bin/mycitadel.rs" required-features = ["ui"] [[bin]] name = "mc-tx" path = "src/bin/mc-tx.rs" required-features = ["cli"] [dependencies.amplify] version = "3.12.1" [dependencies.bitcoin] version = "0.28.1" [dependencies.bitcoin_hwi] version = "0.2.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "~3.1.18" features = ["derive"] optional = true [dependencies.colored] version = "2" optional = true [dependencies.descriptor-wallet] version = "0.7.1" features = [ "miniscript", "keygen", ] [dependencies.electrum-client] version = "0.10.1" [dependencies.gladis] version = "2.0.0" [dependencies.gtk] version = "0.15.4" [dependencies.miniscript] version = "7.0.0" [dependencies.once_cell] version = "1.10.0" [dependencies.relm] version = "0.23.0" [dependencies.relm-derive] version = "0.23.0" [dependencies.serde_crate] version = "1" package = "serde" [dependencies.serde_json] version = "1.0.79" [dependencies.serde_with] version = "1.13" optional = true [dependencies.serde_yaml] version = "0.8.23" optional = true [dependencies.strict_encoding] version = "1.8.11" [dependencies.ureq] version = "2.4.0" features = ["json"] [dependencies.urlencoding] version = "2.1.0" [features] cli = [ "clap", "serde", "colored", ] default = ["ui"] serde = [ "serde_with", "serde_yaml", "amplify/serde", "chrono/serde", "bitcoin/serde", "miniscript/serde", "descriptor-wallet/serde", ] ui = []