# 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-satellite" version = "1.1.0" authors = ["Astroport"] description = "IBC enabled astroport satellite contract intended to be hosted on a remote chain." homepage = "https://astroport.fi" license = "GPL-3.0-only" repository = "https://github.com/astroport-fi/astroport_ibc" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.astro-satellite-package] version = "1.0.0" [dependencies.astroport-ibc] version = "1.2.1" [dependencies.cosmwasm-schema] version = "1.1" [dependencies.cosmwasm-std] version = "1.1" features = ["ibc3"] [dependencies.cosmwasm-storage] version = "1.1" [dependencies.cw-storage-plus] version = "0.15" [dependencies.cw-utils] version = "0.15" [dependencies.cw2] version = "0.15" [dependencies.ibc-controller-package] version = "1.0.0" [dependencies.itertools] version = "0.10" [dependencies.thiserror] version = "1.0" [dev-dependencies] [features] backtraces = ["cosmwasm-std/backtraces"] default = [] library = [] neutron = []