# 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 = "2018" name = "komple-framework-utils" version = "1.1.1-beta" authors = ["findolor "] description = "Package used for utility methods in Komple Framework." homepage = "https://komple.io" license = "Apache-2.0" repository = "https://github.com/KompleTeam/komple-framework/tree/main/packages/utils" [dependencies.cosmwasm-std] version = "1.1.0" [dependencies.cw-storage-plus] version = "0.15.1" optional = true [dependencies.cw20] version = "0.16.0" [dependencies.cw721-base] version = "0.15.0" features = ["library"] optional = true [dependencies.komple-framework-types] version = "1.1.1-beta" optional = true [dependencies.schemars] version = "0.8.8" optional = true [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true default-features = false [dependencies.thiserror] version = "1.0.30" [features] default = [ "response", "funds", "storage", ] funds = [] response = [] storage = [ "dep:komple-framework-types", "dep:cw721-base", "dep:schemars", "dep:serde", "dep:cw-storage-plus", ]