# 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 = "apollo-cw-asset" version = "0.1.2" authors = [ "larry ", "Apollo DAO Contributors ", ] description = "Helper library for interacting with Cosmos assets (SDK coins and CW20 tokens)" readme = "README.md" license = "MIT" repository = "https://github.com/apollodao/apollo-cw-asset" [lib] doctest = false [dependencies.astroport] version = "2.8.0" optional = true [dependencies.cosmwasm-std] version = "1" [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.152" features = ["derive"] default-features = false [dev-dependencies.test-case] version = "2.2.2" [features] astroport = ["dep:astroport"] default = []