# 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 = "mars-owner" version = "2.0.0" authors = [ "grod220 ", "Piotr Babel ", ] description = "A package for managing owner role in cosmwasm contracts" homepage = "https://marsprotocol.io" readme = "README.md" keywords = [ "mars", "cosmos", "cosmwasm", ] license = "GPL-3.0" repository = "https://github.com/mars-protocol/owner" [dependencies.cosmwasm-schema] version = "1.2.5" [dependencies.cosmwasm-std] version = "1.2.5" [dependencies.cw-storage-plus] version = "1.0.1" [dependencies.schemars] version = "0.8.12" [dependencies.thiserror] version = "1.0.40" [features] default = [] emergency-owner = []