# 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-schemata" version = "0.11.0-beta.9" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of the official RGB smart contract schemata" 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-schemata" [lib] name = "schemata" path = "src/lib.rs" [[bin]] name = "rgb-schemata" path = "src/main.rs" required-features = ["fs"] [[example]] name = "rgb20" path = "examples/rgb20.rs" [[example]] name = "rgb21" path = "examples/rgb21.rs" [[example]] name = "rgb25" path = "examples/rgb25.rs" [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-interfaces] version = "0.11.0-beta.9" [dependencies.rgb-std] version = "0.11.0-beta.9" features = [ "serde", "fs", ] [dependencies.serde] version = "1.0" [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" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.serde_yaml] version = "0.9.33" [features] all = [ "log", "fs", ] default = [] fs = ["rgb-std/fs"] log = ["aluvm/log"]