# 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-emissions-controller-outpost" version = "1.1.0" authors = ["Astroport"] description = "Astroport vxASTRO Emissions Voting Contract. Outpost version" homepage = "https://astroport.fi" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/astroport-fi/astroport-governance" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.astroport] version = "5.3.0" [dependencies.astroport-governance] version = "4.2" [dependencies.cosmwasm-schema] version = "1.5" [dependencies.cosmwasm-std] version = "1.5" features = ["ibc3"] [dependencies.cw-storage-plus] version = "1.2" [dependencies.cw-utils] version = "1" [dependencies.cw2] version = "1" [dependencies.itertools] version = "0.12" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.astroport-factory] version = "1.8" features = ["library"] [dev-dependencies.astroport-incentives] version = "1.2.0" [dev-dependencies.astroport-pair] version = "2.0.1" features = ["library"] [dev-dependencies.astroport-voting-escrow] version = "1.0.0" features = ["library"] [dev-dependencies.cw-multi-test] version = "1" [dev-dependencies.cw20-base] version = "1" features = ["library"] [dev-dependencies.derivative] version = "2.2" [dev-dependencies.osmosis-std] version = "0.25.0" [features] library = []