# 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-whitelist" version = "2.0.0" authors = [ "Ethan Frey ", "Astroport", ] description = "Implementation of proxy contract using a whitelist. Supports general IBC and Neutron IbcTransfer messages" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.5" [dependencies.cosmwasm-std] version = "1.5" features = ["stargate"] [dependencies.cw1-whitelist] version = "1.1" features = ["library"] [dependencies.cw2] version = "1" [dependencies.neutron-sdk] version = "0.8.0" [dependencies.thiserror] version = "1" [features] backtraces = ["cosmwasm-std/backtraces"] library = []