version = 3
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "anyhow"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
[[package]]
name = "base16ct"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "const-oid"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6340df57935414636969091153f35f68d9f00bbc8fb4a9c6054706c213e6c6bc"
[[package]]
name = "cosmwasm-crypto"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb64554a91d6a9231127f4355d351130a0b94e663d5d9dc8b3a54ca17d83de49"
dependencies = [
"digest 0.10.7",
"ed25519-zebra",
"k256",
"rand_core 0.6.4",
"thiserror",
]
[[package]]
name = "cosmwasm-derive"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0fb2ce09f41a3dae1a234d56a9988f9aff4c76441cd50ef1ee9a4f20415b028"
dependencies = [
"syn 1.0.109",
]
[[package]]
name = "cosmwasm-schema"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230e5d1cefae5331db8934763c81b9c871db6a2cd899056a5694fa71d292c815"
dependencies = [
"cosmwasm-schema-derive",
"schemars",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "cosmwasm-schema-derive"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43dadf7c23406cb28079d69e6cb922c9c29b9157b0fe887e3b79c783b7d4bcb8"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "cosmwasm-std"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4337eef8dfaf8572fe6b6b415d6ec25f9308c7bb09f2da63789209fb131363be"
dependencies = [
"base64",
"cosmwasm-crypto",
"cosmwasm-derive",
"derivative",
"forward_ref",
"hex",
"schemars",
"serde",
"serde-json-wasm",
"sha2 0.10.7",
"thiserror",
"uint",
]
[[package]]
name = "cosmwasm-storage"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8601d284db8776e39fe99b3416516c5636ca73cef14666b7bb9648ca32c4b89"
dependencies = [
"cosmwasm-std",
"serde",
]
[[package]]
name = "cpufeatures"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
dependencies = [
"libc",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-bigint"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
dependencies = [
"generic-array",
"rand_core 0.6.4",
"subtle",
"zeroize",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "curve25519-dalek"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
"subtle",
"zeroize",
]
[[package]]
name = "cw-address-like"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451a4691083a88a3c0630a8a88799e9d4cd6679b7ce8ff22b8da2873ff31d380"
dependencies = [
"cosmwasm-std",
]
[[package]]
name = "cw-controllers"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64bfeaf55f8dba5646cc3daddce17cd23a60f8e0c3fbacbe6735d287d7a6e33a"
dependencies = [
"cosmwasm-std",
"cw-storage-plus 0.11.1",
"cw-utils 0.11.1",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw-controllers"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f0bc6019b4d3d81e11f5c384bcce7173e2210bd654d75c6c9668e12cca05dfa"
dependencies = [
"cosmwasm-std",
"cw-storage-plus 0.13.4",
"cw-utils 0.13.4",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw-controllers"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24bd6738c3fd59c87d2f84911c1cad1e4f2d1c58ecaa6e52549b4f78f4ed6f07"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 0.16.0",
"cw-utils 0.16.0",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "468b8f2696f625c8e15b5468f9420c8eabfaf23cb4fd7e6c660fc7e0cc8d77b8"
dependencies = [
"cosmwasm-std",
"cosmwasm-storage",
"cw-core-interface",
"cw-core-macros",
"cw-paginate-storage 0.1.0",
"cw-storage-plus 0.13.4",
"cw-utils 0.13.4",
"cw2 0.13.4",
"cw20 0.13.4",
"cw721 0.13.4",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw-core-interface"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c93e684945473777ebed2bcaf9f0af2291653f79d5c81774c6826350ba6d88de"
dependencies = [
"cosmwasm-std",
"cw-core-macros",
"cw2 0.13.4",
"schemars",
"serde",
]
[[package]]
name = "cw-core-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f20a77489d2dc8a1c12cb0b9671b6cbdca88f12fe65e1a4ee9899490f7669dcc"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "cw-denom"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f399b0af66fc10d83a3903dd595b1067e98094fd65d4dcbea9a995b479ecbb"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw20 0.16.0",
"thiserror",
]
[[package]]
name = "cw-hooks"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b9be7dff73f923da9f4f25e30d6244d2b13b2c0706bd768dcc29a6cd9a5304c"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"thiserror",
]
[[package]]
name = "cw-multi-test"
version = "0.16.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "127c7bb95853b8e828bdab97065c81cb5ddc20f7339180b61b2300565aaa99d1"
dependencies = [
"anyhow",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"cw-utils 1.0.1",
"derivative",
"itertools",
"k256",
"prost",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw-ownable"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "093dfb4520c48b5848274dd88ea99e280a04bc08729603341c7fb0d758c74321"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-address-like",
"cw-ownable-derive",
"cw-storage-plus 1.1.0",
"cw-utils 1.0.1",
"thiserror",
]
[[package]]
name = "cw-ownable-derive"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d3bf2e0f341bb6cc100d7d441d31cf713fbd3ce0c511f91e79f14b40a889af"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "cw-paginate-storage"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b854833e07c557dee02d1b61a21bb0731743bb2e3bbdc3e446a0d8a38af40ec4"
dependencies = [
"cosmwasm-std",
"cosmwasm-storage",
"cw-storage-plus 0.13.4",
"serde",
]
[[package]]
name = "cw-paginate-storage"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f6964aaa466685502e2bde8eaf516cb73ec9de1ebe09bb9fd35f0f7ef52a9f1"
dependencies = [
"cosmwasm-std",
"cosmwasm-storage",
"cw-storage-plus 1.1.0",
"serde",
]
[[package]]
name = "cw-proposal-single"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6408483e1ac17a7e2b98ef6fa1379776964353bcbf501942d22ee1c1323117"
dependencies = [
"cosmwasm-std",
"cosmwasm-storage",
"cw-core",
"cw-core-interface",
"cw-core-macros",
"cw-storage-plus 0.13.4",
"cw-utils 0.13.4",
"cw2 0.13.4",
"cw20 0.13.4",
"cw3 0.13.4",
"dao-voting 0.1.0",
"indexable-hooks",
"proposal-hooks",
"schemars",
"serde",
"thiserror",
"vote-hooks",
]
[[package]]
name = "cw-stake-tracker"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d692bf0c36d6573d8b9426ec41dc42a49a66e8b238a7c0aefaca5dd0fcb2772f"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-wormhole",
]
[[package]]
name = "cw-storage-plus"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d7ee1963302b0ac2a9d42fe0faec826209c17452bfd36fbfd9d002a88929261"
dependencies = [
"cosmwasm-std",
"schemars",
"serde",
]
[[package]]
name = "cw-storage-plus"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "648b1507290bbc03a8d88463d7cd9b04b1fa0155e5eef366c4fa052b9caaac7a"
dependencies = [
"cosmwasm-std",
"schemars",
"serde",
]
[[package]]
name = "cw-storage-plus"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b6f91c0b94481a3e9ef1ceb183c37d00764f8751e39b45fc09f4d9b970d469"
dependencies = [
"cosmwasm-std",
"schemars",
"serde",
]
[[package]]
name = "cw-storage-plus"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f0e92a069d62067f3472c62e30adedb4cab1754725c0f2a682b3128d2bf3c79"
dependencies = [
"cosmwasm-std",
"schemars",
"serde",
]
[[package]]
name = "cw-utils"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef842a1792e4285beff7b3b518705f760fa4111dc1e296e53f3e92d1ef7f6220"
dependencies = [
"cosmwasm-std",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw-utils"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dbaecb78c8e8abfd6b4258c7f4fbeb5c49a5e45ee4d910d3240ee8e1d714e1b"
dependencies = [
"cosmwasm-std",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw-utils"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6a84c6c1c0acc3616398eba50783934bd6c964bad6974241eaee3460c8f5b26"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw2 0.16.0",
"schemars",
"semver",
"serde",
"thiserror",
]
[[package]]
name = "cw-utils"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c80e93d1deccb8588db03945016a292c3c631e6325d349ebb35d2db6f4f946f7"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw2 1.1.0",
"schemars",
"semver",
"serde",
"thiserror",
]
[[package]]
name = "cw-vesting"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e519620bb677db6ee81733aee6709f62a43b5c03463637d7b954291b05479513"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-denom",
"cw-ownable",
"cw-paginate-storage 2.2.0",
"cw-stake-tracker",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw-wormhole",
"cw2 0.16.0",
"cw20 0.16.0",
"serde",
"thiserror",
"wynd-utils",
]
[[package]]
name = "cw-wormhole"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "842df0e8f8d9096b337ffef9770827b991c9d9d07513987bd9cf16d07d5bb54d"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"serde",
]
[[package]]
name = "cw2"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1d81d7c359d6c1fba3aa83dad7ec6f999e512571380ae62f81257c3db569743"
dependencies = [
"cosmwasm-std",
"cw-storage-plus 0.11.1",
"schemars",
"serde",
]
[[package]]
name = "cw2"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cf4639517490dd36b333bbd6c4fbd92e325fd0acf4683b41753bc5eb63bfc1"
dependencies = [
"cosmwasm-std",
"cw-storage-plus 0.13.4",
"schemars",
"serde",
]
[[package]]
name = "cw2"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91398113b806f4d2a8d5f8d05684704a20ffd5968bf87e3473e1973710b884ad"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 0.16.0",
"schemars",
"serde",
]
[[package]]
name = "cw2"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ac2dc7a55ad64173ca1e0a46697c31b7a5c51342f55a1e84a724da4eb99908"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw20"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9671d7edef5608acaf5b2f1e473ee3f501eced2cd4f7392e2106c8cf02ba0720"
dependencies = [
"cosmwasm-std",
"cw-utils 0.11.1",
"schemars",
"serde",
]
[[package]]
name = "cw20"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cb782b8f110819a4eb5dbbcfed25ffba49ec16bbe32b4ad8da50a5ce68fec05"
dependencies = [
"cosmwasm-std",
"cw-utils 0.13.4",
"schemars",
"serde",
]
[[package]]
name = "cw20"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a45a8794a5dd33b66af34caee52a7beceb690856adcc1682b6e3db88b2cdee62"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-utils 0.16.0",
"schemars",
"serde",
]
[[package]]
name = "cw20-base"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f6fc8c4cd451b418fa4f1ac2ea70595811fa9d8b4033617fe47953d7a93ceb"
dependencies = [
"cosmwasm-std",
"cw-storage-plus 0.11.1",
"cw-utils 0.11.1",
"cw2 0.11.1",
"cw20 0.11.1",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw20-base"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0306e606581f4fb45e82bcbb7f0333179ed53dd949c6523f01a99b4bfc1475a0"
dependencies = [
"cosmwasm-std",
"cw-storage-plus 0.13.4",
"cw-utils 0.13.4",
"cw2 0.13.4",
"cw20 0.13.4",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw20-base"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61d826fa1084d026d0abdb54faa5956972efa3a9053473bfcefb5388960aab69"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 0.16.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw20 0.16.0",
"schemars",
"semver",
"serde",
"thiserror",
]
[[package]]
name = "cw20-stake"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f0d51ce27a97b51f66d737183845bc6d82f46f4b246dc959d1265d86906ccc"
dependencies = [
"cosmwasm-std",
"cosmwasm-storage",
"cw-controllers 0.13.4",
"cw-storage-plus 0.13.4",
"cw-utils 0.13.4",
"cw2 0.13.4",
"cw20 0.13.4",
"cw20-base 0.13.4",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw20-stake"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4d4fea9984aea081a114460ecadcf866231ae5661438945b9be980e33386c69"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cosmwasm-storage",
"cw-controllers 0.16.0",
"cw-ownable",
"cw-paginate-storage 2.2.0",
"cw-storage-plus 1.1.0",
"cw-utils 0.13.4",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw20 0.16.0",
"cw20-base 0.16.0",
"cw20-stake 0.2.6",
"thiserror",
]
[[package]]
name = "cw3"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe19462a7f644ba60c19d3443cb90d00c50d9b6b3b0a3a7fca93df8261af979b"
dependencies = [
"cosmwasm-std",
"cw-utils 0.13.4",
"schemars",
"serde",
]
[[package]]
name = "cw3"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4054911cd88826fc7472851d4e799e6ca7246925cf318d6acd21a102486be30c"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-utils 0.16.0",
"schemars",
"serde",
]
[[package]]
name = "cw4"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86a93c2764ddb44038b948d9a9a8aadc9f92f5ef3e61249af2fad16091e43412"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 0.16.0",
"schemars",
"serde",
]
[[package]]
name = "cw4-group"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dba1d15bff40b97bde05f36a0d44ac3369a085a4bda6c4673e33a9359513fdd2"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-controllers 0.16.0",
"cw-storage-plus 0.16.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw4",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw721"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "035818368a74c07dd9ed5c5a93340199ba251530162010b9f34c3809e3b97df1"
dependencies = [
"cosmwasm-std",
"cw-utils 0.13.4",
"schemars",
"serde",
]
[[package]]
name = "cw721"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94a1ea6e6277bdd6dfc043a9b1380697fe29d6e24b072597439523658d21d791"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-utils 0.16.0",
"schemars",
"serde",
]
[[package]]
name = "cw721-base"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77518e27431d43214cff4cdfbd788a7508f68d9b1f32389e6fce513e7eaccbef"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 0.16.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw721 0.16.0",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "cw721-controllers"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4590385309598c302de2aac38ab1213dea83bcbe8e7f884739652642d05537ef"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"thiserror",
]
[[package]]
name = "dao-dao-core"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a94b213d3ea81472c5a44d8d15ee2cdced53b1227e9fb09ba95b814f84f52444"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-core",
"cw-paginate-storage 2.2.0",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw20 0.16.0",
"cw721 0.16.0",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "dao-dao-macros"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59cbb7567b926fb6bff2023513bdf736f730e84c19dd46d56cee8b329d97c28d"
dependencies = [
"cosmwasm-schema",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "dao-interface"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1864fe0b5f5be06f0d327436ff04d85e2bd5e278103c5f521d6897d5d3c53948"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-hooks",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw20 0.16.0",
"cw721 0.16.0",
]
[[package]]
name = "dao-pre-propose-base"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9bf378c592d9523feff654f85daef752dc0fbaf54b620f49b63e5f896a9415c"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-denom",
"cw-hooks",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"dao-interface",
"dao-proposal-hooks",
"dao-voting 2.2.0",
"serde",
"thiserror",
]
[[package]]
name = "dao-pre-propose-multiple"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357312e5f3533e39a04a43775963924409b5453b00137d4a221a3b66d115d86b"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw2 0.16.0",
"dao-pre-propose-base",
"dao-voting 2.2.0",
]
[[package]]
name = "dao-pre-propose-single"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a38cd68a78aeaf95942fbf2f9120457b8fbe3cc6e5fa2c3c934f590c2619d5"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw2 0.16.0",
"dao-pre-propose-base",
"dao-voting 2.2.0",
]
[[package]]
name = "dao-proposal-condorcet"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "014cce47e28cad91ff9b895218f9e03bf0922158f3febe9c18f57547e42654c1"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"dao-dao-macros",
"dao-interface",
"dao-voting 2.2.0",
"thiserror",
]
[[package]]
name = "dao-proposal-hooks"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e081ba65dd8698e1ae57ae27821a2ce54d9baaabf934b6ae9dd32c230ffdad77"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-hooks",
"dao-voting 2.2.0",
]
[[package]]
name = "dao-proposal-single"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b340bc022106e9fcc11a11d2cf6c43dab3ef0a31707f72dc9eade79fba41e620"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cosmwasm-storage",
"cw-hooks",
"cw-proposal-single",
"cw-storage-plus 1.1.0",
"cw-utils 0.13.4",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw20 0.16.0",
"cw3 0.16.0",
"dao-dao-macros",
"dao-interface",
"dao-pre-propose-base",
"dao-proposal-hooks",
"dao-vote-hooks",
"dao-voting 0.1.0",
"dao-voting 2.2.0",
"thiserror",
]
[[package]]
name = "dao-testing"
version = "2.2.0"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-core",
"cw-hooks",
"cw-multi-test",
"cw-proposal-single",
"cw-utils 0.16.0",
"cw-vesting",
"cw2 0.16.0",
"cw20 0.16.0",
"cw20-base 0.16.0",
"cw20-stake 2.2.0",
"cw4",
"cw4-group",
"cw721-base",
"dao-dao-core",
"dao-interface",
"dao-pre-propose-multiple",
"dao-pre-propose-single",
"dao-proposal-condorcet",
"dao-proposal-single",
"dao-voting 0.1.0",
"dao-voting 2.2.0",
"dao-voting-cw20-balance",
"dao-voting-cw20-staked",
"dao-voting-cw4",
"dao-voting-cw721-staked",
"dao-voting-native-staked",
"rand",
"stake-cw20",
]
[[package]]
name = "dao-vote-hooks"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5592816517477b01c696ac8ae8911da43140b58d8da6ceca4f415a2323ad8f9"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-hooks",
"dao-voting 2.2.0",
]
[[package]]
name = "dao-voting"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "442d770933e3b3ecab4cfb4d6e9d054082b007d35fda3cf0c3d3ddd1cfa91782"
dependencies = [
"cosmwasm-std",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "dao-voting"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d084289aa4ebf43ddb2ee995e3aa6f9c191ee86cd9ea6ab8fbf5b04b06a5427"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-denom",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw20 0.16.0",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "dao-voting-cw20-balance"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf0e59a786ee34b95eeaf8543dae7791b529512c5f9ea35645285bc2d7e044d"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw20 0.16.0",
"cw20-base 0.16.0",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "dao-voting-cw20-staked"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d61889b1cb3e45ace4eb49c2cf10c193274d9da41bdbfadd33c87edc10aff5f"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cosmwasm-storage",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw20 0.16.0",
"cw20-base 0.16.0",
"cw20-stake 2.2.0",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "dao-voting-cw4"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8664b4092fa736b03113745564997ff898d1051a23d49b4e4fd3aed3b944dd63"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cosmwasm-storage",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw4",
"cw4-group",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "dao-voting-cw721-staked"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06f1ea35d731264c4df3498ca992f1138575743a126c918961c6fca34bb78128"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-controllers 0.16.0",
"cw-paginate-storage 2.2.0",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"cw721 0.16.0",
"cw721-controllers",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "dao-voting-native-staked"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "423c5038e476f819860a6d97d6a7a11b745992efb2f07ca7fb38e3a73480231c"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cosmwasm-storage",
"cw-controllers 0.16.0",
"cw-paginate-storage 2.2.0",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "der"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
dependencies = [
"const-oid",
"zeroize",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer 0.10.4",
"crypto-common",
"subtle",
]
[[package]]
name = "dyn-clone"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
[[package]]
name = "ecdsa"
version = "0.14.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
dependencies = [
"der",
"elliptic-curve",
"rfc6979",
"signature",
]
[[package]]
name = "ed25519-zebra"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"
dependencies = [
"curve25519-dalek",
"hashbrown",
"hex",
"rand_core 0.6.4",
"serde",
"sha2 0.9.9",
"zeroize",
]
[[package]]
name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "elliptic-curve"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
dependencies = [
"base16ct",
"crypto-bigint",
"der",
"digest 0.10.7",
"ff",
"generic-array",
"group",
"pkcs8",
"rand_core 0.6.4",
"sec1",
"subtle",
"zeroize",
]
[[package]]
name = "ff"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
dependencies = [
"rand_core 0.6.4",
"subtle",
]
[[package]]
name = "forward_ref"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8cbd1169bd7b4a0a20d92b9af7a7e0422888bd38a6f5ec29c1fd8c1558a272e"
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "group"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
dependencies = [
"ff",
"rand_core 0.6.4",
"subtle",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest 0.10.7",
]
[[package]]
name = "indexable-hooks"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d70922e1e0e68d99ec1a24446c70756cc3e56deaddb505b1f4b43914522d809"
dependencies = [
"cosmwasm-std",
"cw-storage-plus 0.13.4",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
[[package]]
name = "k256"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"
dependencies = [
"cfg-if",
"ecdsa",
"elliptic-curve",
"sha2 0.10.7",
]
[[package]]
name = "libc"
version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
name = "once_cell"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "pkcs8"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
dependencies = [
"der",
"spki",
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro2"
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
dependencies = [
"unicode-ident",
]
[[package]]
name = "proposal-hooks"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9a2f15b848398bad689771b35313c7e7095e772d444e299dbdb54b906691f8a"
dependencies = [
"cosmwasm-std",
"indexable-hooks",
"schemars",
"serde",
]
[[package]]
name = "prost"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "quote"
version = "1.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.4",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "rfc6979"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
dependencies = [
"crypto-bigint",
"hmac",
"zeroize",
]
[[package]]
name = "ryu"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
[[package]]
name = "schemars"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
dependencies = [
"dyn-clone",
"schemars_derive",
"serde",
"serde_json",
]
[[package]]
name = "schemars_derive"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
dependencies = [
"proc-macro2",
"quote",
"serde_derive_internals",
"syn 1.0.109",
]
[[package]]
name = "sec1"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
dependencies = [
"base16ct",
"der",
"generic-array",
"pkcs8",
"subtle",
"zeroize",
]
[[package]]
name = "semver"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
[[package]]
name = "serde"
version = "1.0.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd51c3db8f9500d531e6c12dd0fd4ad13d133e9117f5aebac3cdbb8b6d9824b0"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-json-wasm"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16a62a1fad1e1828b24acac8f2b468971dade7b8c3c2e672bcadefefb1f8c137"
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
version = "1.0.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27738cfea0d944ab72c3ed01f3d5f23ec4322af8a1431e40ce630e4c01ea74fd"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.24",
]
[[package]]
name = "serde_derive_internals"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "serde_json"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
[[package]]
name = "sha2"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.7",
]
[[package]]
name = "signature"
version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
dependencies = [
"digest 0.10.7",
"rand_core 0.6.4",
]
[[package]]
name = "spki"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
dependencies = [
"base64ct",
"der",
]
[[package]]
name = "stake-cw20"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfbd45133276dbe4d6588899f4d4d06fdb9f16921fd1394affc0bccc9a5cb0b6"
dependencies = [
"cosmwasm-std",
"cosmwasm-storage",
"cw-controllers 0.11.1",
"cw-storage-plus 0.11.1",
"cw-utils 0.11.1",
"cw2 0.11.1",
"cw20 0.11.1",
"cw20-base 0.11.1",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "subtle"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36ccaf716a23c35ff908f91c971a86a9a71af5998c1d8f10e828d9f55f68ac00"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.24",
]
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "uint"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
dependencies = [
"byteorder",
"crunchy",
"hex",
"static_assertions",
]
[[package]]
name = "unicode-ident"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vote-hooks"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef617ad17edd195f8a3bce72498bfcc406a27cecfc23828f562fa91a3e2fb141"
dependencies = [
"cosmwasm-std",
"indexable-hooks",
"schemars",
"serde",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wynd-utils"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daa37b3fba808df599acc6f0d7523b465baf47a0b0361867c4f1635eb53f72aa"
dependencies = [
"cosmwasm-std",
"schemars",
"serde",
"thiserror",
]
[[package]]
name = "zeroize"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"