# 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 = "pfc-dust-collector" version = "0.1.0" authors = ["PFC"] description = "Common helpers for other contracts to use pfc-fee-split" keywords = [ "cosmos", "cosmwasm", ] license = "Apache-2.0" repository = "https://github.com/PFC-Validator/pfc-fee-split" resolver = "1" [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.0.0" [dependencies.cw-ownable] version = "0.5.0" [dependencies.cw-ownable-derive] version = "0.5.0" [dependencies.pfc-dust-collector-derive] version = "0.1.0" [dependencies.pfc-whitelist] version = "0.1.0" [dependencies.pfc-whitelist-derive] version = "0.1.0" [dependencies.schemars] version = "0.8.10" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [features] backtraces = ["cosmwasm-std/backtraces"]