ownable-std 0.7.0

utils library for eqty ownable contracts
Documentation
[workspace]
members = [".", "macros/ownable-std-macros"]

[workspace.package]
version = "0.7.0"

[package]
name = "ownable-std"
description = "utils library for eqty ownable contracts"
version.workspace = true
edition = "2024"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["macros"]
macros = ["dep:ownable-std-macros"]

[dependencies]
cosmwasm-std = "3"
ownable-std-macros = { version = "=0.7.0", path = "macros/ownable-std-macros", optional = true }
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
serde_with = "3"
hex = "0.4.3"
schemars = "0.8.22"
serde_bytes = "0.11"
ciborium = "0.2"
alloy-sol-types = "0.8"
serde_json = "1"