# 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" rust-version = "1.64.0" name = "osmosis-liquidity-helper" version = "0.4.0" authors = ["Sturdy "] exclude = [ "contract.wasm", "hash.txt", ] description = "A contract to provide unbalanced liquidity to Osmosis pools" homepage = "https://apollo.farm" documentation = "https://docs.rs/liquidity-helpers" readme = "README.md" keywords = [ "cosmwasm", "liquidity", "provision", "osmosis", "astroport", ] license = "MPL-2.0" repository = "https://github.com/apollodao/liquidity-helpers" [package.metadata.scripts] optimize = """ docker run --rm -v \"$(pwd)\":/code --mount type=volume,source=\"$(basename \"$(pwd)\")_cache\",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/rust-optimizer:0.12.10 """ optimize-m1 = """ docker run --rm -v \"$(pwd)\":/code --mount type=volume,source=\"$(basename \"$(pwd)\")_cache\",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry -it cosmwasm/rust-optimizer-arm64:0.12.10 """ [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.apollo-cw-asset] version = "0.1.2" [dependencies.cosmwasm-schema] version = "1.4.0" [dependencies.cosmwasm-std] version = "1.5.3" [dependencies.cw-dex-osmosis] version = "0.2.0" [dependencies.cw2] version = "1.1.0" [dependencies.liquidity-helper] version = "0.4.0" [dependencies.thiserror] version = "1.0.45" [dev-dependencies.cw-it] version = "0.4.0" features = ["osmosis-test-tube"] [dev-dependencies.test-case] version = "3.2.1" [features] library = []