# 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" 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" 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" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[test]] name = "api" path = "tests/api.rs" [[test]] name = "custom_msg" path = "tests/custom_msg.rs" [[test]] name = "custom_query" path = "tests/custom_query.rs" [[test]] name = "dispatching" path = "tests/dispatching.rs" [[test]] name = "entry_points" path = "tests/entry_points.rs" [[test]] name = "executor" path = "tests/executor.rs" [[test]] name = "interface_impl" path = "tests/interface_impl.rs" [[test]] name = "messages_generation" path = "tests/messages_generation.rs" [[test]] name = "multitest" path = "tests/multitest.rs" [[test]] name = "querier" path = "tests/querier.rs" [[test]] name = "query_returns" path = "tests/query_returns.rs" [[test]] name = "remote" path = "tests/remote.rs" [[test]] name = "replies" path = "tests/replies.rs" [[test]] name = "ui" path = "tests/ui.rs" [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.cosmwasm-schema] version = "2.1.1" [dependencies.cosmwasm-std] version = "2.1.1" features = ["staking"] [dependencies.cw-multi-test] version = "2.1.0" features = ["staking"] optional = true [dependencies.cw-utils] version = "2.0.0" optional = true [dependencies.derivative] version = "2.2.0" [dependencies.konst] version = "0.3.8" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.204" features = ["derive"] default-features = false [dependencies.serde-cw-value] version = "0.7.0" [dependencies.serde-json-wasm] version = "1.0.1" [dependencies.sylvia-derive] version = "1.2.1" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.cw-multi-test] version = "2.1.0" features = ["staking"] [dev-dependencies.cw-storage-plus] version = "2.0.0" [dev-dependencies.cw-utils] version = "2.0.0" [dev-dependencies.thiserror] version = "1.0.63" [dev-dependencies.trybuild] version = "1.0.91" [features] cosmwasm_1_1 = [ "cosmwasm-std/cosmwasm_1_1", "cw-multi-test/cosmwasm_1_1", ] cosmwasm_1_2 = [ "cosmwasm-std/cosmwasm_1_2", "cw-multi-test/cosmwasm_1_2", "sylvia-derive/cosmwasm_1_2", "dep:cw-utils", "cosmwasm_1_1", ] cosmwasm_1_3 = [ "cosmwasm-std/cosmwasm_1_3", "cw-multi-test/cosmwasm_1_3", "cosmwasm_1_2", ] cosmwasm_1_4 = [ "cosmwasm-std/cosmwasm_1_4", "cw-multi-test/cosmwasm_1_4", "cosmwasm_1_3", ] cosmwasm_2_0 = [ "cosmwasm-std/cosmwasm_2_0", "cw-multi-test/cosmwasm_2_0", "cosmwasm_1_4", ] iterator = ["cosmwasm-std/iterator"] mt = [ "sylvia-derive/mt", "dep:cw-multi-test", "dep:anyhow", ] stargate = [ "cosmwasm-std/stargate", "cw-multi-test/stargate", ]