# 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 = "cosmwasm-rbac" version = "0.1.5" authors = ["Hyojun Kim ", "giuseppe@informal.systems"] description = "Access Control Utilities for CosmWasm smart contracts" documentation = "https://github.com/therne/cosmwasm-rbac/" readme = "README.md" keywords = ["cosmwasm", "terra", "smart-contracts"] license = "MIT" repository = "https://github.com/dusterbloom/cosmwasm-rbac/" resolver = "2" [dependencies.cosmwasm-schema] version = "1.1.0" [dependencies.cosmwasm-std] version = "1.1.5" features = ["iterator"] [dependencies.cw-storage-plus] version = "0.16.0" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.9"