# 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-pair-converter" version = "1.0.0" authors = ["Astroport"] exclude = [ "contract.wasm", "hash.txt", ] description = "Astroport old cw20 ASTRO -> new tf ASTRO converter virtual pair" 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 = "4" [dependencies.cosmwasm-schema] version = "1.5" [dependencies.cosmwasm-std] version = "1.5" features = [ "cosmwasm_1_1", "stargate", ] [dependencies.cw-storage-plus] version = "1.2" [dependencies.cw-utils] version = "1" [dependencies.cw2] version = "1" [dependencies.cw20] version = "1.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.astro-token-converter] version = "1.0" [dev-dependencies.astroport-pair] version = "~1.3.3" [dev-dependencies.cw-multi-test] version = "0.20.0" [dev-dependencies.cw20-base] version = "1.1" [dev-dependencies.derivative] version = "2.2" [dev-dependencies.itertools] version = "0.12" [features] backtraces = ["cosmwasm-std/backtraces"] library = []