# 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 = "astroport-fee-granter" version = "0.1.0" description = "Astroport contract responsable for setting up fee grants" homepage = "https://astroport.fi" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/astroport-fi/astroport" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.astroport] version = "3" [dependencies.cosmos-sdk-proto] version = "0.19.0" default-features = false [dependencies.cosmwasm-schema] version = "1.2.5" [dependencies.cosmwasm-std] version = "1.1" features = ["stargate"] [dependencies.cw-storage-plus] version = "0.15" [dependencies.cw-utils] version = "1.0" [dependencies.cw2] version = "1.0.1" [dependencies.thiserror] version = "1" [dev-dependencies.cw-multi-test] version = "1.0.0" [features] library = []