# 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" name = "openbrush_lang" version = "3.2.0" authors = ["Brushfam "] include = [ "Cargo.toml", "src/**/*.rs", ] description = "Aggregator of all openbrush functionality and utils." homepage = "https://727.ventures" documentation = "https://docs.openbrush.io" keywords = [ "wasm", "brushfam", "smart-contracts", "blockchain", "ink", ] categories = [ "no-std", "embedded", ] license = "MIT" repository = "https://github.com/727-Ventures/openbrush-contracts" resolver = "1" [lib] name = "openbrush_lang" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.const_format] version = "0.2.21" [dependencies.ink] version = "4.2.1" default-features = false [dependencies.openbrush_lang_macro] version = "~3.2.0" default-features = false [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.3" features = ["derive"] default-features = false [dependencies.xxhash-rust] version = "0.8" features = ["const_xxh32"] [features] default = ["std"] std = [ "openbrush_lang_macro/std", "ink/std", "scale/std", "scale-info/std", ]