# 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 = "cw3-fixed-multisig-secdao-6fe6ca1" version = "0.13.2" authors = ["Ethan Frey "] description = "Implementing cw3 with an fixed group multisig" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" license = "Apache-2.0" repository = "https://github.com/securityDAO/cw-plus" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-std] version = "1.0.0-beta8" [dependencies.cw-storage-plus] version = "0.13.2" [dependencies.cw-utils] version = "0.13.2" [dependencies.cw2] version = "0.13.2" [dependencies.cw3] version = "0.13.2" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.23" [dev-dependencies.cosmwasm-schema] version = "1.0.0-beta8" [dev-dependencies.cw-multi-test] version = "0.13.2" [dev-dependencies.cw20] version = "0.13.2" [dev-dependencies.cw20-base] version = "0.13.2" features = ["library"] [features] backtraces = ["cosmwasm-std/backtraces"] library = []