[package] name = "astroport-pcl-common" version = "2.1.0" edition = "2021" description = "Common package contains math tools and utils for Astroport PCL pairs" license = "GPL-3.0-only" repository = "https://github.com/astroport-fi/astroport" homepage = "https://astroport.fi" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] injective = ["astroport/injective"] sei = ["astroport/sei"] [dependencies] cosmwasm-std.workspace = true cosmwasm-schema.workspace = true cw-storage-plus.workspace = true cw20 = "1" thiserror.workspace = true astroport.workspace = true astroport-factory = { path = "../../contracts/factory", version = "1.9", features = ["library"] } itertools.workspace = true [dev-dependencies] anyhow = "1" astroport-test = { path = "../astroport_test" }