# 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 = "cw1155-base" version = "0.16.0" authors = ["Huang Yi "] description = "Basic implementation of a CosmWasm-1155 compliant token" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.1.0" [dependencies.cosmwasm-std] version = "1.1.0" [dependencies.cw-storage-plus] version = "0.16.0" [dependencies.cw-utils] version = "0.16.0" [dependencies.cw1155] version = "0.16.0" [dependencies.cw2] version = "0.16.0" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.20" [features] backtraces = ["cosmwasm-std/backtraces"] library = []