# 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-interfaces" version = "0.11.0-beta.9" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of the standard RGB smart contract interface" 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-interfaces" [package.metadata.docs.rs] features = ["all"] [lib] name = "ifaces" path = "src/lib.rs" [[bin]] name = "rgb-interfaces" path = "src/main.rs" required-features = ["fs"] [dependencies.aluvm] version = "0.11.0-beta.9" [dependencies.amplify] version = "4.7.0" [dependencies.bp-core] version = "0.11.0-beta.9" [dependencies.chrono] version = "0.4.38" [dependencies.rgb-std] version = "0.11.0-beta.9" [dependencies.serde_crate] version = "1.0" optional = true package = "serde" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.strict_encoding] version = "~2.7.0" [dependencies.strict_types] version = "~2.7.2" [features] all = [ "serde", "fs", ] default = [] fs = ["rgb-std/fs"] serde = [ "serde_crate", "rgb-std/serde", "chrono/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"