# 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-psbt" version = "0.11.0-beta.9" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Partially signed bitcoin transaction RGB extensions" homepage = "https://rgb.tech" readme = "README.md" keywords = [ "bitcoin", "invoices", "rgb", "smart-contracts", "psbt", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/RGB-WG/rgb" [package.metadata.docs.rs] features = ["all"] [lib] name = "psrgbt" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.amplify] version = "4.7.0" [dependencies.baid64] version = "0.2.2" [dependencies.bp-core] version = "0.11.0-beta.9" [dependencies.bp-std] version = "0.11.0-beta.9" features = ["client-side-validation"] [dependencies.commit_verify] version = "0.11.0-beta.9" [dependencies.rgb-std] version = "0.11.0-beta.9" [dependencies.strict_encoding] version = "2.7.0" [features] all = ["serde"] default = [] serde = [ "bp-core/serde", "bp-std/serde", "rgb-std/serde", ] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.rand] version = "0.8.4" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3"