# 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-generator" version = "2.3.2" authors = ["Astroport"] exclude = [ "contract.wasm", "hash.txt", ] description = "Astroport Generator" 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.astroport-governance] version = "1" [dependencies.cosmwasm-schema] version = "1.1" [dependencies.cosmwasm-std] version = "1.1" [dependencies.cw-storage-plus] version = "0.15" [dependencies.cw-utils] version = "1.0.1" [dependencies.cw1-whitelist] version = "0.15" features = ["library"] [dependencies.cw2] version = "0.15" [dependencies.cw20] version = "0.15" [dependencies.protobuf] version = "2" features = ["with-bytes"] [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.cw721-base] version = "0.15" features = ["library"] [features] backtraces = ["cosmwasm-std/backtraces"]