# 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-token-converter-neutron" version = "1.0.0" authors = ["Astroport"] description = "ASTRO.cw20 to tokenfactory ASTRO converter on Neutron chain" homepage = "https://astroport.fi" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/astroport-fi/astroport" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.astro-token-converter] version = "1.0" features = ["library"] [dependencies.astroport] version = "4" [dependencies.cosmwasm-std] version = "1.5" [dependencies.cw-utils] version = "1" [dependencies.cw2] version = "1.1" [dependencies.neutron-sdk] version = "0.8.0" [features] library = []