# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sylvia-derive" version = "1.2.1" authors = ["Bartłomiej Kuras "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Framework for generating trait based CosmWasm smart contracts - derives" homepage = "https://cosmwasm.com" readme = "README.md" keywords = [ "cosmwasm", "blockchain", "confio", ] categories = [ "api-bindings", "wasm", ] license = "Apache-2.0" repository = "https://github.com/CosmWasm/sylvia" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [lib] name = "sylvia_derive" path = "src/lib.rs" proc-macro = true [dependencies.convert_case] version = "0.6.0" [dependencies.itertools] version = "0.13.0" [dependencies.proc-macro-crate] version = "3.1.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.72" features = [ "fold", "visit", "full", "extra-traits", ] [dev-dependencies.cosmwasm-schema] version = "2.1.1" [dev-dependencies.cw-multi-test] version = "2.1.0" [dev-dependencies.cw-storage-plus] version = "2.0.0" [dev-dependencies.cw-utils] version = "2.0.0" [dev-dependencies.schemars] version = "0.8.21" [dev-dependencies.serde] version = "1.0.204" features = ["derive"] default-features = false [dev-dependencies.sylvia-runtime-macros] version = "0.6.0" [dev-dependencies.thiserror] version = "1.0.63" [features] cosmwasm_1_2 = [] mt = []