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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
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.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c8b429a0bc3a43d84a20086169665284e19c0cfd3669a4a80c2c8a3bfa45d05"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw20 0.16.0",
"thiserror",
]
[[package]]
name = "cw-hooks"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b123b2dabb2f78f94d76ee6feed7784ae9bca3a864fb834ec6497e1aa3dfa1"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 0.16.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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6272bbdfcd6458b6740b4efb71f49ddc8fc7482caae1c2c03458d299acb9891a"
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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f243540bda41bba026b66c3782262589f26fe3a38a8819885dd1ad0c4a56c2"
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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6883b3c951af3f954042c38adfdbdb2a4648976cb52c9ba15e7f455ee22a5fd6"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-denom",
"cw-ownable",
"cw-paginate-storage 2.1.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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa3fc6535c1b69a0b1e8b6c9a69a1cfbb7fadc04624841221b189ce41c98dc5f"
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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d0a6db03dacb5accaac4a178f674ec51aaf5a62e232e381a9abaa269854b56"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cosmwasm-storage",
"cw-controllers 0.16.0",
"cw-ownable",
"cw-paginate-storage 2.1.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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b12768978837241cbced6a9d6ebfe30a3c747532b77779825ff7ee44f75259b9"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"thiserror",
]
[[package]]
name = "dao-dao"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8cf48ba8f95168b1b0f1f83641e5a202f99e27744ab6832a92f5b21e340d3a"
[[package]]
name = "dao-dao-macros"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5010cfc8ceb97e754230f7e7c73aa23787faaf8787117964edc9eabf4fcd63ff"
dependencies = [
"cosmwasm-schema",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "dao-interface"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2459dbe4a0e0bee824ef781303b39b3d50d9c7dde4171cec6c2ab19ca67aae8f"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-hooks",
"cw2 0.16.0",
"dao-dao-macros",
]
[[package]]
name = "dao-pre-propose-base"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4c6854ba9376bdfbb1972d639867b35110ed76a402287d9b51455f25c09555"
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.1.1",
"serde",
"thiserror",
]
[[package]]
name = "dao-pre-propose-multiple"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67ecc2b87017e93c65a31d9c7cca36bb9f7dbddaa6be8b0e2d2aacdf8686bd8"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw2 0.16.0",
"dao-pre-propose-base",
"dao-voting 2.1.1",
]
[[package]]
name = "dao-pre-propose-single"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d836bf1df2c464f763715717536d986eca962475f3de7abcc9fd141fefb13c5"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw2 0.16.0",
"dao-pre-propose-base",
"dao-voting 2.1.1",
]
[[package]]
name = "dao-proposal-condorcet"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "922631f42a0b3bf440182e61501b40d6472d8b1ea8c952bab01dd3936c05053e"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw2 0.16.0",
"dao-dao",
"dao-dao-macros",
"dao-interface",
"dao-voting 2.1.1",
"thiserror",
]
[[package]]
name = "dao-proposal-hooks"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a5c127a84e2764a86a98a62f7b6ce08aa720cfbe3ded59e7ff31656dfc137c"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-hooks",
"dao-voting 2.1.1",
]
[[package]]
name = "dao-proposal-single"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f87bef13bbda8e7c6380dd5b25cb2615716de7c29e4dc1faa5f26c33914f87d4"
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",
"dao-dao-macros",
"dao-interface",
"dao-pre-propose-base",
"dao-proposal-hooks",
"dao-vote-hooks",
"dao-voting 0.1.0",
"dao-voting 2.1.1",
"thiserror",
]
[[package]]
name = "dao-testing"
version = "2.1.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.1.0",
"cw4",
"cw4-group",
"cw721-base",
"dao-dao",
"dao-interface",
"dao-pre-propose-multiple",
"dao-pre-propose-single",
"dao-proposal-condorcet",
"dao-proposal-single",
"dao-voting 0.1.0",
"dao-voting 2.1.1",
"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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eb05cb8af5be3a7436b4bc568c127c8b9b12353d3cb60541fbfa231767139d9"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-hooks",
"dao-voting 2.1.1",
]
[[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.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f047952253c558a7e6c471fca24ad5980b6372031d7169c4cf41101ffa74fb35"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-denom",
"cw-storage-plus 1.1.0",
"cw-utils 0.16.0",
"cw20 0.16.0",
"dao-dao",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "dao-voting-cw20-balance"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bc1b360f506670dcb2ddb307f64531c3e46ffb2d5b4b3423ebc95c0f84873a7"
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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4b40f89cd4e43396cb3de293b68425cbd6afbf7eb7b7810b7e13b1dcf1e58c"
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.1.0",
"dao-dao-macros",
"dao-interface",
"thiserror",
]
[[package]]
name = "dao-voting-cw4"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3fcbc6200b147fb727bf46a511a53128ed9778abdbc2efe42394399a78118e6"
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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4b3b24f18639bf08a005db9076aed3639e84c205c10cdf1fefa1c49ae59ee8"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cw-controllers 0.16.0",
"cw-paginate-storage 2.1.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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5c2f3cc08b9acc52eb628d39ab5ecb5071bc26b21f82baa6b532f88bd26820"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",
"cosmwasm-storage",
"cw-controllers 0.16.0",
"cw-paginate-storage 2.1.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.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
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.166"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8"
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.166"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.23",
]
[[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.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
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.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.23",
]
[[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"