# 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-native-coin-wrapper" version = "0.1.0" authors = ["Astroport"] exclude = [ "contract.wasm", "hash.txt", ] description = """ Astroport Native Coin Wrapper wraps native coins to CW20 tokens enabling them to be used as Astroport 3rd party rewards in generator. """ homepage = "https://astroport.fi" readme = "README.md" license = "MIT" repository = "https://github.com/astroport-fi/astroport" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.astroport] version = "2.8" [dependencies.cosmwasm-schema] version = "1.1" [dependencies.cosmwasm-std] version = "1.1" [dependencies.cw-storage-plus] version = "0.15" [dependencies.cw-utils] version = "0.15" [dependencies.cw2] version = "0.15" [dependencies.cw20] version = "0.15" [dependencies.thiserror] version = "1.0" [dev-dependencies.cw-multi-test] version = "0.15" [features] backtraces = ["cosmwasm-std/backtraces"] library = []