test = []
[dependencies.frame-support]
default-features = false
optional = true
version = "23"
[dependencies.frame-system]
default-features = false
optional = true
version = "23"
[dependencies.ink]
default-features = false
optional = true
version = "4.2.0"
[dependencies.ink_engine]
default-features = false
optional = true
version = "4.2.0"
[dependencies.obce-macro]
default-features = false
version = "0.1.0"
[dependencies.pallet-contracts]
default-features = false
optional = true
version = "22"
[dependencies.scale]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3"
[dependencies.scale-info]
default-features = false
features = ["derive"]
version = "2.3"
[dependencies.sp-core]
default-features = false
optional = true
version = "23"
[dependencies.sp-runtime]
default-features = false
optional = true
version = "26"
[dependencies.sp-std]
default-features = false
optional = true
version = "10"
[dependencies.sp-weights]
default-features = false
optional = true
version = "22"
[dev-dependencies.frame-support]
default-features = false
features = ["std"]
version = "23"
[dev-dependencies.frame-system]
default-features = false
features = ["std"]
version = "23"
[dev-dependencies.ink]
default-features = false
features = ["std"]
version = "4.2.0"
[dev-dependencies.trybuild]
version = "1.0"
[features]
default = ["std"]
ink = ["dep:ink"]
ink-std = ["std", "ink", "ink/std", "ink_engine/std"]
runtime-benchmarks = ["frame-system/runtime-benchmarks", "frame-support/runtime-benchmarks", "pallet-contracts/runtime-benchmarks", "sp-runtime/runtime-benchmarks"]
std = ["scale-info/std", "scale/std"]
substrate = ["pallet-contracts", "frame-system", "frame-support", "sp-core", "sp-runtime", "sp-std"]
substrate-std = ["std", "substrate", "pallet-contracts/std", "frame-system/std", "frame-support/std", "sp-core/std", "sp-runtime/std", "sp-std/std", "sp-weights/std"]
[package]
authors = ["727.Ventures <green.baneling@727.ventures>"]
categories = ["no-std", "embedded"]
description = "OpenBursh chain extension(OBCE) - util to simplify chain extension development."
documentation = "https://github.com/Brushfam/obce/blob/main/README.md"
edition = "2021"
homepage = "https://727.ventures"
include = ["Cargo.toml", "src/**/*.rs"]
keywords = ["wasm", "smart-contracts", "blockchain", "chain-extension"]
license = "MIT"
name = "obce"
readme = "README.md"
repository = "https://github.com/Brushfam/obce"
version = "0.1.0"