# 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-fee-split" version = "1.5.0" authors = ["PFC "] description = "Common helpers for other contracts to use pfc-fee-split" homepage = "https://pfc.zone" documentation = "https://github.com/PFC-Validator/pfc-fee-split#readme" keywords = [ "blockchain", "cosmos", "cosmwasm", ] license = "Apache-2.0" repository = "https://github.com/PFC-Validator/pfc-fee-split" [dependencies.cosmwasm-std] version = "1.5.3" features = [ "cosmwasm_1_2", "iterator", "stargate", ] [dependencies.cw20] version = "1.0.0" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.196" features = ["derive"] default-features = false [features]