sylvia-derive 1.0.0

Framework for generating trait based CosmWasm smart contracts - derives
Documentation
[dependencies.convert_case]
version = "0.6.0"

[dependencies.itertools]
version = "0.12.0"

[dependencies.proc-macro-crate]
version = "1.3.0"

[dependencies.proc-macro-error]
version = "1.0.4"

[dependencies.proc-macro2]
version = "1.0.50"

[dependencies.quote]
version = "1.0.23"

[dependencies.syn]
features = ["fold", "visit", "full", "extra-traits"]
version = "2.0.48"
[dev-dependencies.cosmwasm-schema]
version = "2.0.0"

[dev-dependencies.cw-multi-test]
version = "2.0.0"

[dev-dependencies.cw-storage-plus]
version = "2.0.0"

[dev-dependencies.cw-utils]
version = "2.0.0"

[dev-dependencies.schemars]
version = "0.8.16"

[dev-dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.197"

[dev-dependencies.sylvia-runtime-macros]
version = "0.6.0"

[dev-dependencies.thiserror]
version = "1.0.58"

[features]
cosmwasm_1_2 = []
mt = []

[lib]
proc-macro = true

[package]
authors = ["Bartłomiej Kuras <bart.k@confio.gmbh>"]
categories = ["api-bindings", "wasm"]
description = "Framework for generating trait based CosmWasm smart contracts - derives"
edition = "2021"
homepage = "https://cosmwasm.com"
keywords = ["cosmwasm", "blockchain", "confio"]
license = "Apache-2.0"
name = "sylvia-derive"
readme = "README.md"
repository = "https://github.com/CosmWasm/sylvia"
version = "1.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]