# This file is automatically @generated by Cargo. # It is not intended for manual editing. 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 = "ahash" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" dependencies = [ "cfg-if", "once_cell", "version_check", ] [[package]] name = "aho-corasick" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" dependencies = [ "memchr", ] [[package]] name = "anyhow" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "arrayvec" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] name = "autocfg" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base-factory" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0eb33b8aafce698653d5b9dca2e4ffbbb98278b517dc4b3df370faecbdced8c" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "schemars", "serde", "sg-std", "sg1", "sg2", "thiserror", ] [[package]] name = "base-minter" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a1389609e84c7aac390051f3c06eed75aca1aa77709f1fab80c1c742909f393" dependencies = [ "base-factory", "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "cw721", "cw721-base", "schemars", "serde", "sg-std", "sg1", "sg2", "sg4", "sg721", "sg721-base", "thiserror", "url", ] [[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.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf" [[package]] name = "bitvec" version = "0.17.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c" dependencies = [ "either", "radium", ] [[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.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" dependencies = [ "generic-array", ] [[package]] name = "borsh" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3ef05d137e34b7ac51dbec170ee523a9b728cff71385796771d259771d592f8" dependencies = [ "borsh-derive", "hashbrown 0.13.2", ] [[package]] name = "borsh-derive" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "190b1188f062217531748807129459c8c14641b648e887e39681a433db7fc939" dependencies = [ "borsh-derive-internal", "borsh-schema-derive-internal", "proc-macro-crate", "proc-macro2", "syn", ] [[package]] name = "borsh-derive-internal" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0fcf747a3e4eb47869441664df09d0eb88dcc9a85d499860efb82c2cfe6affc" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "borsh-schema-derive-internal" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f671d085f791c5fd3331c843ded45454b034b6188bf0f78ed28e7fd66a8b3f69" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "bytecheck" version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f" dependencies = [ "bytecheck_derive", "ptr_meta", ] [[package]] name = "bytecheck_derive" version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf" dependencies = [ "proc-macro2", "quote", "syn", ] [[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.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b" [[package]] name = "cosmwasm-crypto" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fecd74d3a0041114110d1260f77fcb644c5d2403549b37096c44f0e643a5177" dependencies = [ "digest 0.10.6", "ed25519-zebra", "k256", "rand_core 0.6.4", "thiserror", ] [[package]] name = "cosmwasm-derive" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5abeeb891e6d0098402e4d3d042f90451db52651d2fe14b170e69a1dd3e4115" dependencies = [ "syn", ] [[package]] name = "cosmwasm-schema" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9118e36843df6648fd0a626c46438f87038f296ec750cef3832cafc483c483f9" dependencies = [ "cosmwasm-schema-derive", "schemars", "serde", "serde_json", "thiserror", ] [[package]] name = "cosmwasm-schema-derive" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78d6fc9854ac14e46cb69b0f396547893f93d2847aef975950ebbe73342324f3" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "cosmwasm-std" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5034c772c1369b160731aa00bb81f93733ab2884928edd8d588733d607ac5af4" dependencies = [ "base64", "cosmwasm-crypto", "cosmwasm-derive", "derivative", "forward_ref", "hex", "schemars", "serde", "serde-json-wasm", "sha2 0.10.6", "thiserror", "uint", ] [[package]] name = "cosmwasm-storage" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18b4c99c6479e554ef1516950f1fa3d88bd7d0a8fc2367321c07ca0a33997dfc" dependencies = [ "cosmwasm-std", "serde", ] [[package]] name = "cpufeatures" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 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-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-multi-test" version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2eb84554bbfa6b66736abcd6a9bfdf237ee0ecb83910f746dff7f799093c80a" dependencies = [ "anyhow", "cosmwasm-std", "cw-storage-plus 1.0.1", "cw-utils 1.0.1", "derivative", "itertools", "k256", "prost", "schemars", "serde", "thiserror", ] [[package]] name = "cw-storage-macro" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec7a3de01064d249a0e7028b63f8168470dac4bcd0c5dc3710d17486f843d1a8" dependencies = [ "syn", ] [[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.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "053a5083c258acd68386734f428a5a171b29f7d733151ae83090c6fcc9417ffa" dependencies = [ "cosmwasm-std", "schemars", "serde", ] [[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.0.1", "schemars", "semver", "serde", "thiserror", ] [[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.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fb70cee2cf0b4a8ff7253e6bc6647107905e8eb37208f87d54f67810faa62f8" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 1.0.1", "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", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "cw4", "schemars", "serde", "thiserror", ] [[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", "schemars", "serde", "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", ] [[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.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" dependencies = [ "block-buffer 0.10.3", "crypto-common", "subtle", ] [[package]] name = "dyn-clone" version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60" [[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 0.12.3", "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.6", "ff", "generic-array", "group", "pkcs8", "rand_core 0.6.4", "sec1", "subtle", "zeroize", ] [[package]] name = "ethereum-verify" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1c22c5d4193c7bc1558891dcb1155ba584e49e8573f0a8439ff96926127225e" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "hex", "sha2 0.10.6", "sha3", ] [[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 = "form_urlencoded" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" dependencies = [ "percent-encoding", ] [[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.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ "typenum", "version_check", ] [[package]] name = "getrandom" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 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 0.7.6", ] [[package]] name = "hashbrown" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ "ahash 0.8.3", ] [[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.6", ] [[package]] name = "idna" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" dependencies = [ "unicode-bidi", "unicode-normalization", ] [[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.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[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.6", ] [[package]] name = "keccak" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768" dependencies = [ "cpufeatures", ] [[package]] name = "libc" version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "memchr" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "num-traits" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" dependencies = [ "autocfg", ] [[package]] name = "once_cell" version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "opaque-debug" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "percent-encoding" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[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-macro-crate" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" dependencies = [ "toml", ] [[package]] name = "proc-macro2" version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" dependencies = [ "unicode-ident", ] [[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", ] [[package]] name = "ptr_meta" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" dependencies = [ "ptr_meta_derive", ] [[package]] name = "ptr_meta_derive" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "quote" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" dependencies = [ "proc-macro2", ] [[package]] name = "radium" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac" [[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 = "rand_xoshiro" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" dependencies = [ "rand_core 0.6.4", ] [[package]] name = "regex" version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" dependencies = [ "aho-corasick", "memchr", "regex-syntax", ] [[package]] name = "regex-syntax" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" [[package]] name = "rend" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95" dependencies = [ "bytecheck", ] [[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 = "rkyv" version = "0.7.39" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cec2b3485b07d96ddfd3134767b8a447b45ea4eb91448d0a35180ec0ffd5ed15" dependencies = [ "bytecheck", "hashbrown 0.12.3", "ptr_meta", "rend", "rkyv_derive", "seahash", ] [[package]] name = "rkyv_derive" version = "0.7.39" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6eaedadc88b53e36dd32d940ed21ae4d850d5916f2581526921f553a72ac34c4" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "rust_decimal" version = "1.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e13cf35f7140155d02ba4ec3294373d513a3c7baa8364c162b030e33c61520a8" dependencies = [ "arrayvec", "borsh", "bytecheck", "byteorder", "bytes", "num-traits", "rand", "rkyv", "serde", "serde_json", ] [[package]] name = "ryu" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" [[package]] name = "schemars" version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a5fb6c61f29e723026dc8e923d94c694313212abbecbbe5f55a7748eec5b307" dependencies = [ "dyn-clone", "schemars_derive", "serde", "serde_json", ] [[package]] name = "schemars_derive" version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f188d036977451159430f3b8dc82ec76364a42b7e289c2b18a9a18f4470058e9" dependencies = [ "proc-macro2", "quote", "serde_derive_internals", "syn", ] [[package]] name = "seahash" version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[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.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" [[package]] name = "serde" version = "1.0.152" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" dependencies = [ "serde_derive", ] [[package]] name = "serde-json-wasm" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a15bee9b04dd165c3f4e142628982ddde884c2022a89e8ddf99c4829bf2c3a58" dependencies = [ "serde", ] [[package]] name = "serde_derive" version = "1.0.152" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" dependencies = [ "proc-macro2", "quote", "syn", ] [[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", ] [[package]] name = "serde_json" version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" dependencies = [ "itoa", "ryu", "serde", ] [[package]] name = "sg-controllers" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3b6d14fd1478add9f9bee3424f24893378ced77a0558fd0cddc1a5c78f87dbf" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "schemars", "serde", "sg-std", "thiserror", ] [[package]] name = "sg-eth-airdrop" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41a2306ffabc8365249078c0c630515d9752ba25be8c576b69d908ef13b6e08d" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "ethereum-verify", "hex", "rust_decimal", "schemars", "serde", "sg-std", "sg-whitelist", "sg1", "sha2 0.10.6", "sha3", "thiserror", "vending-minter", "whitelist-immutable", ] [[package]] name = "sg-marketplace-common" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8576ca3bbf23da4e575c05f739c5f595bcea53d55411fdf738071b4f05fd95a1" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", "cw-storage-macro", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "cw721", "cw721-base", "schemars", "serde", "sg-std", "sg1", "sg721", "sg721-base", "stargaze-fair-burn", "thiserror", ] [[package]] name = "sg-multi-test" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b296a4ebb6a5e5eaec571f0820be1cd7eb9158597b41e7ee401828d7b60c0a2" dependencies = [ "anyhow", "cosmwasm-std", "cw-multi-test", "schemars", "serde", "sg-std", ] [[package]] name = "sg-splits" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dca6cb68acd389141d3109639fcdcc27477b97460106fea4d8b029430af23378" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-controllers", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "cw4", "schemars", "serde", "sg-controllers", "sg-std", "thiserror", ] [[package]] name = "sg-std" version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba6b7bed04a43538e04005584fb95674f181b2eed8132e13887ca6ad86a62cde" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-utils 0.16.0", "cw721", "schemars", "serde", "thiserror", ] [[package]] name = "sg-whitelist" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1144fc354711c39ecde7716e6e800e3d606fd651fe4b321d2afdefe1a5ec6698" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "rust_decimal", "schemars", "serde", "sg-std", "sg1", "thiserror", ] [[package]] name = "sg1" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa5020a43a90bf83c75114f18c6e81a5d95d4816b37a6b0a64bce9732ebacd60" dependencies = [ "cosmwasm-std", "cw-utils 0.16.0", "serde", "sg-std", "thiserror", ] [[package]] name = "sg2" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f40bcb1ba823fe1439de206c593ccb02ddc0a03d746535b6387a8cc7c05240a0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "schemars", "serde", "sg721", "thiserror", ] [[package]] name = "sg4" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c04067f9d055c0323c359e1e525400c0e6a4106b40afb2c9037d17ce835b90f" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "schemars", "serde", "thiserror", ] [[package]] name = "sg721" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35b31649b6f1ad963afe17a39ded41fd08629439e5de019e6091151052e96791" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-utils 0.16.0", "cw721-base", "serde", "thiserror", ] [[package]] name = "sg721-base" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a82c2ca3af597675649c310a1273165c145d1880acb7b3f5a9d8833eb04eec87" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "cw721", "cw721-base", "serde", "sg-std", "sg721", "thiserror", "url", ] [[package]] name = "sg721-nt" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4e59624426af4327e83295c04fcbd8c5e822364410b24435bdb3d28559defea" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-utils 0.16.0", "cw2 0.16.0", "cw721", "cw721-base", "schemars", "serde", "sg-std", "sg721", "sg721-base", ] [[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.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" dependencies = [ "cfg-if", "cpufeatures", "digest 0.10.6", ] [[package]] name = "sha3" version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9" dependencies = [ "digest 0.10.6", "keccak", ] [[package]] name = "shuffle" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fecbe806be0726e22a6192ce0ec2f90e0798946ae0cbc2c10c7a3c68cae4eb2" dependencies = [ "bitvec", "rand", ] [[package]] name = "signature" version = "1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" dependencies = [ "digest 0.10.6", "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 = "stargaze-fair-burn" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f46c24f9363c6212d943495a7bd6f17cbdfc2a15e8f05c23a24616f8f8d7e198" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "schemars", "serde", "sg-std", "thiserror", ] [[package]] name = "stargaze-reserve-auction" version = "1.0.0" dependencies = [ "anyhow", "cosmwasm-schema", "cosmwasm-std", "cw-multi-test", "cw-storage-macro", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "cw721", "cw721-base", "regex", "schemars", "serde", "sg-marketplace-common", "sg-multi-test", "sg-std", "sg1", "sg2", "sg721", "sg721-base", "stargaze-fair-burn", "test-suite", "thiserror", "vending-minter", ] [[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.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "test-suite" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f3bdad2e4bd61b9e23b88f896e2a321b07198b036102fa1de1e143e25fb15f6" dependencies = [ "anyhow", "base-factory", "base-minter", "cosmwasm-schema", "cosmwasm-std", "cw-multi-test", "cw4", "cw4-group", "cw721", "cw721-base", "sg-controllers", "sg-eth-airdrop", "sg-multi-test", "sg-splits", "sg-std", "sg-whitelist", "sg2", "sg721", "sg721-base", "sg721-nt", "vending-factory", "vending-minter", "whitelist-immutable", ] [[package]] name = "thiserror" version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "tinyvec" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" dependencies = [ "tinyvec_macros", ] [[package]] name = "tinyvec_macros" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ "serde", ] [[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-bidi" version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" [[package]] name = "unicode-ident" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" [[package]] name = "unicode-normalization" version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" dependencies = [ "tinyvec", ] [[package]] name = "url" version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" dependencies = [ "form_urlencoded", "idna", "percent-encoding", ] [[package]] name = "vending-factory" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35b63afb31d2ed3b71a8271e6415f8bea3feeb9bc46977d446529c393d0621ef" dependencies = [ "base-factory", "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "schemars", "serde", "sg-std", "sg1", "sg2", "sg721", "thiserror", ] [[package]] name = "vending-minter" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a1f50c4ae65e6d5f8e617870a47038ac00ac2dfe007edf961b193415dba9f1f" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "cw721", "cw721-base", "rand_core 0.6.4", "rand_xoshiro", "schemars", "semver", "serde", "sg-std", "sg-whitelist", "sg1", "sg2", "sg4", "sg721", "sha2 0.10.6", "shuffle", "thiserror", "url", "vending-factory", ] [[package]] name = "version_check" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whitelist-immutable" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6029b27989909842bba6886d213d4566d452b212aafd7a025197ed717f5abc8e" dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-controllers", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", "schemars", "serde", "sg-std", "sg-whitelist", "thiserror", ] [[package]] name = "zeroize" version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"