# 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-token" version = "1.1.1" authors = ["Astroport"] description = "Expanded implementation of a CosmWasm-20 compliant token for the Astroport ASTRO token" 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.cw2] version = "0.15" [dependencies.cw20] version = "0.15" [dependencies.cw20-base] version = "0.15" features = ["library"] [dependencies.snafu] version = "0.6" [features] backtraces = ["cosmwasm-std/backtraces"] library = []