# 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-router" version = "1.2.1" authors = ["Astroport"] exclude = [ "contract.wasm", "hash.txt", ] description = "The Astroport router contract - provides multi-hop swap functionality for Astroport pools" 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.8" [dependencies.cosmwasm-schema] version = "1.1" [dependencies.cosmwasm-std] version = "1.1" [dependencies.cw-storage-plus] version = "0.15" [dependencies.cw2] version = "0.15" [dependencies.cw20] version = "0.15" [dependencies.integer-sqrt] version = "0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.cw-multi-test] version = "1.0.0" [features] backtraces = ["cosmwasm-std/backtraces"]