# 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 = "cw81" version = "1.1.0" authors = ["Kromsten "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Definition and types for the CosmWasm-81 interface" readme = "README.md" license = "MIT" repository = "https://github.com/MegaRockLabs/cw-extra" [lib] name = "cw81" path = "src/lib.rs" [dependencies.cosmwasm-schema] version = "1.4.1" [dependencies.cosmwasm-std] version = "1.4.1" default-features = false [dependencies.cw22] version = "0.2.0" [dependencies.cw81-derive] version = "1.1.0" [dev-dependencies.cosmwasm-crypto] version = "1.4.1" [dev-dependencies.ed25519-zebra] version = "4.0.3" [dev-dependencies.k256] version = "0.13.1" features = ["ecdsa"] default-features = false [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.sha2] version = "0.10.2" default-features = false