# 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-liquidity-manager" version = "1.0.4" description = "Astroport Liquidity Manager contract" 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-factory] version = "1" features = ["library"] [dependencies.astroport-pair] version = "1.5" features = ["library"] [dependencies.astroport-pair-stable] version = "3" features = ["library"] [dependencies.cosmwasm-schema] version = "1.1" [dependencies.cosmwasm-std] version = "1.1" [dependencies.cw-storage-plus] version = "1.0" [dependencies.cw20] version = "0.15" [dependencies.cw20-base] version = "0.15" features = ["library"] [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.cw-multi-test] version = "1.0.0" [dev-dependencies.derivative] version = "2.2" [dev-dependencies.itertools] version = "0.10" [dev-dependencies.serde_json] version = "1.0.96" [features] library = []