[package] name = "cosmwasm-schema" version.workspace = true authors = [ "Ethan Frey ", "Simon Warta ", ] edition = "2021" description = "A dev-dependency for CosmWasm contracts to generate JSON Schema files." repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/schema" license = "Apache-2.0" [dependencies] cosmwasm-schema-derive = { version = "=2.2.0-rc.3", path = "../schema-derive" } schemars = { workspace = true } serde = { workspace = true } serde_json = "1.0.40" thiserror = "1.0.26" [dev-dependencies] anyhow = "1.0.57" semver = "1" tempfile = "3"