# 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-utils" version = "0.1.2" authors = ["Apollo DAO Devs "] description = "Useful helper functions for writing CosmWasm smart contracts." homepage = "https://apollo.farm/" documentation = "https://docs.rs/apollo-utils" readme = "README.md" keywords = [ "cosmwasm", "smart-contract", "cw20", "apollo", "web3", ] license = "MPL-2.0" repository = "https://github.com/apollodao/apollo-utils" [dependencies.apollo-cw-asset] version = "0.1.0" [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.2.1" [dependencies.cw20] version = "1.0.1" [dependencies.regex] version = "1.9.5" [dev-dependencies.test-case] version = "3.0.0"