# 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" rust-version = "1.73.0" name = "pfc-whitelist" version = "1.5.1" authors = ["PFC "] description = "Whitelist helpers" homepage = "https://pfc.zone" documentation = "https://github.com/PFC-Validator/pfc-fee-split#readme" readme = "README.md" keywords = [ "blockchain", "cosmos", "cosmwasm", ] license = "Apache-2.0" repository = "https://github.com/PFC-Validator/pfc-fee-split" [dependencies.cosmwasm-schema] version = "1.5.4" [dependencies.cosmwasm-std] version = "1.5.4" features = [ "cosmwasm_1_2", "iterator", "stargate", ] [dependencies.cw-storage-plus] version = "1.2.0" features = ["iterator"] [dependencies.pfc-whitelist-derive] version = "1.5.1" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.196" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.57" [features]