# 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-xastro-token" version = "1.1.0" authors = ["Astroport"] description = "Expanded implementation of a CosmWasm-20 compliant token for post intialization and saving history" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" readme = "README.md" license = "MIT" repository = "https://github.com/CosmWasm/cosmwasm-plus" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.astroport] version = "3" [dependencies.cosmwasm-schema] version = "1.1" [dependencies.cosmwasm-std] version = "1.1" features = ["iterator"] [dependencies.cw-storage-plus] version = "0.15" [dependencies.cw2] version = "0.15" [dependencies.cw20] version = "0.15" [dependencies.cw20-base] version = "0.15" features = ["library"] [dependencies.snafu] version = "0.6" [dev-dependencies.cw-multi-test] version = "1.0.0" [features] backtraces = ["cosmwasm-std/backtraces"] library = []