# 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.69.0" name = "rgb-schemata" version = "0.11.0-beta.6" authors = ["Dr Maxim Orlovsky "] 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" [dependencies.aluvm] version = "0.11.0-beta.6" [dependencies.amplify] version = "4.6.0" [dependencies.bp-core] version = "0.11.0-beta.6" [dependencies.chrono] version = "0.4.37" [dependencies.rgb-interfaces] version = "0.11.0-beta.6" [dependencies.rgb-std] version = "0.11.0-beta.6" 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-beta.4" [dependencies.strict_types] version = "2.7.0-beta.4" [dev-dependencies.chrono] version = "0.4.31" [dev-dependencies.serde_yaml] version = "0.9.27" [features] all = ["log"] log = ["aluvm/log"]