obelisk-component-builder 0.11.0

Builder of Obelisk components
Documentation
[package]
name = "obelisk-component-builder"
description = "Builder of Obelisk components"

authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[dependencies]
concepts = { workspace = true, optional = true }
utils = { workspace = true, optional = true }

cargo_metadata.workspace = true
indexmap = { workspace = true, optional = true }
wasmtime = { workspace = true, optional = true }

[features]
genrs = ["dep:concepts", "dep:utils", "dep:indexmap", "dep:wasmtime"]

[lints]
workspace = true