# 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 = "cw-desmos-filter-posts" version = "0.1.4" authors = ["bragaz "] exclude = ["contract.wasm", "hash.txt"] description = "A cosmwasm contract that filters desmos' network posts based on the number of reports a post has" keywords = ["desmos-network", "social-network", "blockchain", "smart-contracts"] license = "Apache-2.0" repository = "https://github.com/desmos-labs/desmos-contracts" [lib] crate-type = ["cdylib", "rlib"] [dependencies.cosmwasm-std] version = "1.0.0-beta" features = ["iterator", "staking"] [dependencies.cosmwasm-storage] version = "1.0.0-beta" features = ["iterator"] [dependencies.desmos-cw] version = "0.1.4" [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-beta" [dev-dependencies.cosmwasm-vm] version = "1.0.0-beta" default-features = true [dev-dependencies.tempfile] version = "3.1.0" [features] backtraces = ["cosmwasm-std/backtraces", "cosmwasm-vm/backtraces"] library = []