world 0.2.6

Bolt World program
Documentation
[package]
name = "world"
description = "Bolt World program"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

[lib]
crate-type = ["cdylib", "lib"]
name = "world"

[features]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build"]
anchor-debug = ["anchor-lang/anchor-debug"]
custom-heap = []
custom-panic = []

[dependencies]
anchor-lang.workspace = true
bolt-component.workspace = true
bolt-system.workspace = true
solana-security-txt.workspace = true
tuple-conv.workspace = true