# 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 = "nibiru-ownable" version = "0.1.0" authors = [ "larry ", "Unique Divine ", ] description = "Utility for single-party ownership of CosmWasm smart contracts" homepage = "https://github.com/NibiruChain/cw-nibiru" readme = "README.md" license = "MIT" repository = "https://github.com/NibiruChain/cw-nibiru" [lib] doctest = false [dependencies.cosmwasm-schema] version = "2.0.2" [dependencies.cosmwasm-std] version = "2.0.2" features = [ "stargate", "staking", ] [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw-utils] version = "2.0.0" [dependencies.nibiru-ownable-derive] version = "0.1.0" [dependencies.thiserror] version = "1.0.50"