# 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" version = "5.7.0-cw1.0" authors = ["Astroport"] description = "Common Astroport types, queriers and other utils" homepage = "https://astroport.fi" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/astroport-fi/astroport" [dependencies.astroport-circular-buffer] version = "0.2" [dependencies.cosmos-sdk-proto] version = "0.19.0" default-features = false [dependencies.cosmwasm-schema] version = "1.5" [dependencies.cosmwasm-std] version = "1.5" features = ["stargate"] [dependencies.cw-asset] version = "3.0.0" [dependencies.cw-storage-plus] version = "1.2" [dependencies.cw-utils] version = "1" [dependencies.cw20] version = "1.1" [dependencies.injective-math] version = "0.1" optional = true [dependencies.itertools] version = "0.12" [dependencies.prost] version = "0.11.5" [dependencies.thiserror] version = "1.0" optional = true [dependencies.uint] version = "0.9" [dev-dependencies.test-case] version = "3.1.0" [features] backtraces = ["cosmwasm-std/backtraces"] injective = [ "injective-math", "thiserror", ] sei = []