# 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 = "2018" name = "cw20-staking" version = "0.11.1" authors = ["Ethan Frey "] description = "Implement simple staking derivatives as a cw20 token" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" [lib] crate-type = ["cdylib", "rlib"] [dependencies.cosmwasm-std] version = "1.0.0-beta3" features = ["staking"] [dependencies.cw-controllers] version = "0.11.1" [dependencies.cw-storage-plus] version = "0.11.1" [dependencies.cw-utils] version = "0.11.1" [dependencies.cw2] version = "0.11.1" [dependencies.cw20] version = "0.11.1" [dependencies.cw20-base] version = "0.11.1" features = ["library"] [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.23" [dev-dependencies.cosmwasm-schema] version = "1.0.0-beta3" [features] backtraces = ["cosmwasm-std/backtraces"] library = []