# 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 = "astro-assembly" version = "3.0.0" authors = ["Astroport"] description = "Astroport DAO Contract" 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 = "4" [dependencies.astroport-governance] version = "4.0.0" [dependencies.cosmwasm-schema] version = "1.5" [dependencies.cosmwasm-std] version = "1.5" features = [ "ibc3", "cosmwasm_1_1", ] [dependencies.cw-storage-plus] version = "1.2" [dependencies.cw-utils] version = "1" [dependencies.cw2] version = "1" [dependencies.ibc-controller-package] version = "1.0.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.astroport-staking] version = "2.1" [dev-dependencies.astroport-tokenfactory-tracker] version = "1" features = ["library"] [dev-dependencies.astroport-voting-escrow] version = "1.0.0" features = ["library"] [dev-dependencies.osmosis-std] version = "0.25.0" [dev-dependencies.test-case] version = "3.3.1" [features] backtraces = ["cosmwasm-std/backtraces"] library = [] testnet = []