# 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.76.0" name = "rgb-invoice" version = "0.11.0-beta.8" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Invoicing library for RGB smart contracts" homepage = "https://github.com/RGB-WG" 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-std" [lib] name = "rgbinvoice" path = "src/lib.rs" [dependencies.amplify] version = "4.7.0" [dependencies.baid64] version = "0.2.2" [dependencies.bp-core] version = "0.11.0-beta.8" features = ["stl"] [dependencies.bp-invoice] version = "0.11.0-beta.8" [dependencies.fast32] version = "1.0.2" [dependencies.fluent-uri] version = "0.1.4" [dependencies.indexmap] version = "2.4.0" [dependencies.percent-encoding] version = "2.3.1" [dependencies.rand] version = "0.8.5" [dependencies.rgb-core] version = "0.11.0-beta.8" features = ["stl"] [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.strict_encoding] version = "2.7.0" [dependencies.strict_types] version = "2.7.0" [features] default = [] serde = ["serde_crate"]