# 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] name = "nibiru-ownable-derive" version = "0.1.0" authors = [ "larry ", "Unique Divine ", ] description = "Macros for generating code used by the `nibiru-ownable` crate" homepage = "https://github.com/NibiruChain/cw-nibiru" readme = "README.md" license = "MIT" repository = "https://github.com/NibiruChain/cw-nibiru" resolver = "2" [lib] doctest = true proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1" features = ["full"] [dev-dependencies.cosmwasm-schema] version = "2.0.2" [dev-dependencies.cosmwasm-std] version = "2.0.2" features = [ "stargate", "staking", ]