brush_lang 1.8.0

Aggregator of all brush functionality and utils.
Documentation
# 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 = "brush_lang"
version = "1.8.0"
authors = ["Supercolony <green.baneling@supercolony.net>"]
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
description = "Aggregator of all brush functionality and utils."
homepage = "https://supercolony.net"
documentation = "https://docs.openbrush.io"
keywords = [
    "wasm",
    "supercolony",
    "webassembly",
    "blockchain",
    "ink",
]
categories = [
    "no-std",
    "embedded",
]
license = "MIT"
repository = "https://github.com/Supercolony-net/openbrush-contracts"

[lib]
name = "brush_lang"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.brush_lang_macro]
version = "1.8.0"
default-features = false

[dependencies.ink_env]
version = "3.2.0"
default-features = false

[dependencies.ink_lang]
version = "3.2.0"
default-features = false

[dependencies.ink_primitives]
version = "3.2.0"
default-features = false

[dependencies.ink_storage]
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"
features = ["derive"]
default-features = false

[features]
default = ["std"]
std = [
    "brush_lang_macro/std",
    "ink_env/std",
    "ink_lang/std",
    "ink_primitives/std",
    "ink_storage/std",
    "scale/std",
    "scale-info/std",
]