# 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 = "cw-storage-macro" version = "2.0.0" authors = ["yoisha <48324733+y-pakorn@users.noreply.github.com>"] description = "Macro helpers for storage-plus" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-storage-plus" resolver = "2" [lib] proc-macro = true [dependencies.syn] version = "2" features = ["full"]