# 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 = "stake-cw20" version = "0.2.6" authors = ["Ben2x4 "] description = "CW20 token that can be staked and staked balance can be queried at any height" license = "Apache-2.0" repository = "https://github.com/DA0-DA0/cw-dao/contracts/cw20-stakeable" [lib] crate-type = ["cdylib", "rlib"] [dependencies.cosmwasm-std] version = "1.0.0-beta" [dependencies.cosmwasm-storage] version = "1.0.0-beta" [dependencies.cw-controllers] version = "0.11" [dependencies.cw-storage-plus] version = "0.11" [dependencies.cw-utils] version = "0.11" [dependencies.cw2] version = "0.11" [dependencies.cw20] version = "0.11" [dependencies.cw20-base] version = "0.11" features = ["library"] [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0.132" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.51" [dev-dependencies.cosmwasm-schema] version = "1.0.0-beta" [dev-dependencies.cw-multi-test] version = "0.11" [features] backtraces = ["cosmwasm-std/backtraces"] library = []