# 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.77.0" name = "rgb-wallet" version = "0.11.0-beta.9" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line wallet for RGB smart contracts on Bitcoin" homepage = "https://rgb.tech" readme = "README.md" keywords = [ "bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/RGB-WG/rgb" [[bin]] name = "rgb" path = "src/main.rs" [dependencies.amplify] version = "4.7.0" [dependencies.baid64] version = "0.2.2" [dependencies.bp-std] version = "0.11.0-beta.9" features = [ "client-side-validation", "serde", ] [dependencies.bp-wallet] version = "0.11.0-beta.9" features = ["cli"] [dependencies.clap] version = "4.5.17" features = [ "derive", "env", ] [dependencies.commit_verify] version = "0.11.0-beta.9" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4" features = [ "max_level_trace", "release_max_level_debug", ] [dependencies.rgb-runtime] version = "0.11.0-beta.8" features = [ "electrum_blocking", "esplora_blocking", "mempool_blocking", "log", "serde", "fs", "cli", ] [dependencies.rgb-std] version = "0.11.0-beta.9" features = ["serde"] [dependencies.serde_crate] version = "1" features = ["derive"] package = "serde" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.19" [dependencies.shellexpand] version = "3.1.0" [dependencies.strict_types] version = "2.7.2" features = ["serde"] [dependencies.toml] version = "0.8.19" [features] default = []