leo/Cargo.lock

3742 lines
92 KiB
Plaintext
Raw Normal View History

2020-03-10 06:55:41 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-03-13 01:23:41 +03:00
version = 3
[[package]]
name = "abnf"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33741baa462d86e43fdec5e8ffca7c6ac82847ad06cbfb382c1bdbf527de9e6b"
dependencies = [
"abnf-core",
"nom",
]
[[package]]
name = "abnf-core"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
dependencies = [
"nom",
]
2020-06-16 08:13:43 +03:00
[[package]]
name = "addr2line"
version = "0.17.0"
2020-06-16 08:13:43 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2020-06-16 08:13:43 +03:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-06-08 23:15:26 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aes"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
"cipher",
"cpufeatures",
"opaque-debug",
]
2022-04-14 01:21:08 +03:00
[[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",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "aho-corasick"
2021-06-08 23:15:26 +03:00
version = "0.7.18"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-03-13 20:02:39 +03:00
dependencies = [
"memchr",
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "aleo"
version = "0.2.0"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/aleo.git?rev=38e9d91#38e9d9135795db1dd40d6b4d97a3dcb6f6f4228f"
2022-07-12 07:09:27 +03:00
dependencies = [
"anyhow",
2022-07-14 23:46:28 +03:00
"clap 3.2.12",
2022-07-12 07:09:27 +03:00
"colored",
"rand",
"rand_chacha",
"self_update 0.28.0",
2022-07-21 01:29:59 +03:00
"snarkvm",
2022-07-12 07:09:27 +03:00
"thiserror",
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "aleo-std"
2022-06-09 22:39:48 +03:00
version = "0.1.14"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "6613c3c045767658f6cc0f5356414ca7814fb936df9197367914e5809e24622a"
2022-04-14 01:21:08 +03:00
dependencies = [
"aleo-std-cpu",
"aleo-std-profiler",
"aleo-std-storage",
"aleo-std-time",
"aleo-std-timed",
"aleo-std-timer",
]
[[package]]
name = "aleo-std-cpu"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1dcc739555d14733cbe4756f144b81d64f01843df359189b4d71bd5e521e2ee"
[[package]]
name = "aleo-std-profiler"
2022-06-09 22:39:48 +03:00
version = "0.1.13"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "3d72acece2832bc2aceeebcbb58f5ea7526c2524ccbbf13229ff1be8bc9ccc15"
2022-04-14 01:21:08 +03:00
[[package]]
name = "aleo-std-storage"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "503e2538d5158b869bc9c30c9754f9a23f4210987008014a9f118db99f22c217"
dependencies = [
"dirs",
]
[[package]]
name = "aleo-std-time"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7065e071b26763f3e5b1b5a587828227562365bee84fdd2629361ea0a08bfc8d"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "aleo-std-timed"
2022-06-09 22:39:48 +03:00
version = "0.1.2"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "6118baab6285accf088b31d5ea5029c37bbf9d98e62b4d8720a0a5a66bc2e427"
2022-04-14 01:21:08 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2022-04-14 01:21:08 +03:00
]
[[package]]
name = "aleo-std-timer"
2022-06-09 22:39:48 +03:00
version = "0.1.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "5edd669f91f0e6f9fd14aa9489fb64fff760723ee4c73c4e93f721f11aaf62e7"
2022-04-14 01:21:08 +03:00
dependencies = [
"colored",
]
2020-08-22 01:49:51 +03:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2022-06-15 02:05:27 +03:00
"winapi",
2020-08-22 01:49:51 +03:00
]
2021-01-03 01:17:26 +03:00
[[package]]
name = "anyhow"
version = "1.0.58"
2022-01-12 03:22:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
2022-01-12 03:22:34 +03:00
2022-04-14 01:21:08 +03:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "assert_cmd"
2022-01-18 03:07:31 +03:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 03:07:31 +03:00
checksum = "93ae1ddd39efd67689deb1979d80bad3bf7f2b09c6e6117c8d1f2443b5e2f83e"
dependencies = [
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2022-06-15 02:05:27 +03:00
"winapi",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "autocfg"
2022-04-14 01:21:08 +03:00
version = "1.1.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-03-13 20:02:39 +03:00
2020-03-12 00:56:54 +03:00
[[package]]
name = "backtrace"
version = "0.3.66"
2020-03-12 00:56:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
2020-03-12 00:56:54 +03:00
dependencies = [
2020-06-16 08:13:43 +03:00
"addr2line",
2021-06-08 23:15:26 +03:00
"cc",
2022-06-15 02:05:27 +03:00
"cfg-if",
2020-03-12 00:56:54 +03:00
"libc",
"miniz_oxide",
2020-06-16 08:13:43 +03:00
"object",
2020-03-12 00:56:54 +03:00
"rustc-demangle",
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "base58"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "base64ct"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b"
2022-04-14 01:21:08 +03:00
[[package]]
name = "bech32"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b"
2022-06-21 02:41:21 +03:00
[[package]]
name = "bech32"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5738be7561b0eeb501ef1d5c5db3f24e01ceb55fededd9b00039aada34966ad"
2022-02-07 19:58:41 +03:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "bitflags"
2022-01-12 03:22:34 +03:00
version = "1.3.2"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-03-13 20:02:39 +03:00
2022-04-14 01:21:08 +03:00
[[package]]
name = "blake2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
dependencies = [
"digest",
]
[[package]]
name = "blake2s_simd"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
2022-01-12 03:22:34 +03:00
[[package]]
name = "block-buffer"
2022-04-14 01:21:08 +03:00
version = "0.10.2"
2022-01-12 03:22:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2022-01-12 03:22:34 +03:00
dependencies = [
2022-02-15 20:54:00 +03:00
"generic-array",
2020-03-10 06:55:41 +03:00
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "bstr"
2022-01-12 03:22:34 +03:00
version = "0.2.17"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2020-08-03 05:57:28 +03:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
2022-06-09 22:39:48 +03:00
version = "3.10.0"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2020-08-03 05:57:28 +03:00
2020-03-10 06:55:41 +03:00
[[package]]
name = "byteorder"
2021-06-08 23:15:26 +03:00
version = "1.4.3"
2020-03-10 06:55:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-03-10 06:55:41 +03:00
[[package]]
name = "bytes"
2022-01-12 03:22:34 +03:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2020-06-26 10:19:40 +03:00
[[package]]
name = "bzip2"
2021-07-17 10:42:24 +03:00
version = "0.4.3"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-17 10:42:24 +03:00
checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
2020-06-26 10:19:40 +03:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
2021-07-17 10:42:24 +03:00
version = "0.1.11+1.0.8"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-17 10:42:24 +03:00
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2020-06-26 10:19:40 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2020-06-26 10:19:40 +03:00
[[package]]
name = "cc"
2022-04-14 01:21:08 +03:00
version = "1.0.73"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
dependencies = [
"jobserver",
]
2020-06-26 10:19:40 +03:00
2020-11-11 23:04:48 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-07-21 01:29:59 +03:00
[[package]]
name = "chunked_transfer"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
[[package]]
name = "ci_info"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f638c70e8c5753795cc9a8c07c44da91554a09e4cf11a7326e8161b0a3c45e"
dependencies = [
"envmnt",
]
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array",
]
2020-03-12 00:56:54 +03:00
[[package]]
2020-03-13 20:02:39 +03:00
name = "clap"
2022-01-12 03:22:34 +03:00
version = "2.34.0"
2020-03-12 00:56:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2020-03-12 00:56:54 +03:00
dependencies = [
2020-03-13 20:02:39 +03:00
"bitflags",
"textwrap 0.11.0",
2020-03-13 20:02:39 +03:00
"unicode-width",
2020-03-12 00:56:54 +03:00
]
[[package]]
name = "clap"
2022-07-14 23:46:28 +03:00
version = "3.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:46:28 +03:00
checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d"
dependencies = [
"atty",
"bitflags",
2022-06-06 21:00:08 +03:00
"clap_derive",
"clap_lex",
"indexmap",
2022-06-15 20:19:33 +03:00
"once_cell",
2022-06-06 21:00:08 +03:00
"strsim",
"termcolor",
"textwrap 0.15.0",
]
2022-06-06 21:00:08 +03:00
[[package]]
name = "clap_derive"
version = "3.2.7"
2022-06-06 21:00:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902"
2022-06-06 21:00:08 +03:00
dependencies = [
"heck",
"proc-macro-error",
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2022-06-06 21:00:08 +03:00
]
[[package]]
name = "clap_lex"
2022-07-07 00:47:52 +03:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "color-backtrace"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd6c04463c99389fff045d2b90ce84f5131332712c7ffbede020f5e9ad1ed685"
dependencies = [
"atty",
"backtrace",
"termcolor",
]
2020-04-24 09:57:05 +03:00
[[package]]
name = "colored"
version = "2.0.0"
2020-04-24 09:57:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
2020-04-24 09:57:05 +03:00
dependencies = [
"atty",
"lazy_static",
2022-06-15 02:05:27 +03:00
"winapi",
]
[[package]]
name = "console"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"regex",
"terminal_size",
"unicode-width",
2022-06-15 02:05:27 +03:00
"winapi",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "core-foundation"
2022-04-14 01:21:08 +03:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
2020-04-24 09:57:05 +03:00
]
[[package]]
name = "core-foundation-sys"
2022-01-12 03:22:34 +03:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cpufeatures"
2022-04-14 01:21:08 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
dependencies = [
"libc",
]
2020-06-26 10:19:40 +03:00
[[package]]
name = "crc32fast"
version = "1.3.2"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2020-06-26 10:19:40 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2020-06-26 10:19:40 +03:00
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "criterion"
version = "0.3.6"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
2020-08-03 05:57:28 +03:00
dependencies = [
"atty",
2022-07-16 01:13:05 +03:00
"cast",
"clap 2.34.0",
2020-08-03 05:57:28 +03:00
"criterion-plot",
"csv",
2022-02-15 20:54:00 +03:00
"itertools",
2020-08-03 05:57:28 +03:00
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_cbor",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
2022-07-16 01:13:05 +03:00
version = "0.4.5"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-16 01:13:05 +03:00
checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
2020-08-03 05:57:28 +03:00
dependencies = [
2022-07-16 01:13:05 +03:00
"cast",
2022-02-15 20:54:00 +03:00
"itertools",
2020-08-03 05:57:28 +03:00
]
2020-08-27 11:33:00 +03:00
[[package]]
name = "crossbeam-channel"
2022-06-21 00:21:28 +03:00
version = "0.5.5"
2020-08-27 11:33:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 00:21:28 +03:00
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
2020-08-27 11:33:00 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2020-12-10 01:42:15 +03:00
"crossbeam-utils",
2020-08-27 11:33:00 +03:00
]
2020-03-12 00:56:54 +03:00
[[package]]
2020-03-13 20:02:39 +03:00
name = "crossbeam-deque"
2022-01-12 03:22:34 +03:00
version = "0.8.1"
2020-03-12 00:56:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2020-03-12 00:56:54 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2020-03-13 20:02:39 +03:00
"crossbeam-epoch",
2020-12-10 01:42:15 +03:00
"crossbeam-utils",
2020-03-12 00:56:54 +03:00
]
2020-03-10 06:55:41 +03:00
[[package]]
2020-03-13 20:02:39 +03:00
name = "crossbeam-epoch"
2022-06-21 00:21:28 +03:00
version = "0.9.9"
2020-03-10 06:55:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 00:21:28 +03:00
checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"
2020-03-10 06:55:41 +03:00
dependencies = [
2022-04-14 01:21:08 +03:00
"autocfg",
2022-06-15 02:05:27 +03:00
"cfg-if",
2020-12-10 01:42:15 +03:00
"crossbeam-utils",
2020-03-13 20:02:39 +03:00
"memoffset",
2022-06-21 00:21:28 +03:00
"once_cell",
2020-03-13 20:02:39 +03:00
"scopeguard",
2020-03-10 06:55:41 +03:00
]
[[package]]
2020-03-13 20:02:39 +03:00
name = "crossbeam-utils"
2022-07-07 00:47:52 +03:00
version = "0.8.10"
2020-11-11 23:04:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
2020-11-11 23:04:48 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2022-06-21 00:21:28 +03:00
"once_cell",
2020-03-10 06:55:41 +03:00
]
2022-01-12 03:22:34 +03:00
[[package]]
name = "crypto-common"
version = "0.1.5"
2022-01-12 03:22:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ccfd8c0ee4cce11e45b3fd6f9d5e69e0cc62912aa6a0cb1bf4617b0eba5a12f"
2022-01-12 03:22:34 +03:00
dependencies = [
2022-02-15 20:54:00 +03:00
"generic-array",
"typenum",
2022-01-12 03:22:34 +03:00
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "csv"
version = "1.1.6"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
2020-08-03 05:57:28 +03:00
dependencies = [
"bstr",
"csv-core",
2022-01-12 03:22:34 +03:00
"itoa 0.4.8",
2020-08-03 05:57:28 +03:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "curl"
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d855aeef205b43f65a5001e0997d81f8efca7badad4fad7d897aa7f0d0651f"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
2022-06-15 02:05:27 +03:00
"winapi",
2022-04-14 01:21:08 +03:00
]
[[package]]
name = "curl-sys"
2022-06-09 22:39:48 +03:00
version = "0.4.55+curl-7.83.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "23734ec77368ec583c2e61dd3f0b0e5c98b93abe6d2a004ca06b91dd7e3e2762"
2022-04-14 01:21:08 +03:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
2022-06-15 02:05:27 +03:00
"winapi",
2022-04-14 01:21:08 +03:00
]
2020-03-12 00:56:54 +03:00
[[package]]
2020-03-13 20:02:39 +03:00
name = "derivative"
version = "2.2.0"
2020-03-12 00:56:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2020-03-12 00:56:54 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2020-03-10 06:55:41 +03:00
]
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
2022-01-12 03:22:34 +03:00
[[package]]
name = "digest"
version = "0.10.3"
2022-01-12 03:22:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
2022-01-12 03:22:34 +03:00
dependencies = [
2022-02-15 20:54:00 +03:00
"block-buffer",
2022-01-12 03:22:34 +03:00
"crypto-common",
"subtle",
2020-03-10 06:55:41 +03:00
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2022-04-14 01:21:08 +03:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
2022-06-15 02:05:27 +03:00
"winapi",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2020-03-10 06:55:41 +03:00
[[package]]
2020-03-13 20:02:39 +03:00
name = "either"
2022-07-07 00:47:52 +03:00
version = "1.7.0"
2020-03-10 06:55:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
2020-03-10 06:55:41 +03:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
2022-04-14 01:21:08 +03:00
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "enum_index"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5532bdea562e7be83060c36185eecccba82fe16729d2eaad2891d65417656dd"
[[package]]
name = "enum_index_derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ab22c8085548bf06190113dca556e149ecdbb05ae5b972a2b9899f26b944ee4"
dependencies = [
"quote 0.3.15",
"syn 0.11.11",
]
[[package]]
name = "envmnt"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
dependencies = [
"fsio",
"indexmap",
]
2022-01-12 03:22:34 +03:00
[[package]]
name = "fastrand"
2022-02-03 01:58:01 +03:00
version = "1.7.0"
2022-01-12 03:22:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-03 01:58:01 +03:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2022-01-12 03:22:34 +03:00
dependencies = [
"instant",
]
2020-06-26 10:19:40 +03:00
[[package]]
name = "flate2"
2022-06-09 22:39:48 +03:00
version = "1.0.24"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2020-06-26 10:19:40 +03:00
dependencies = [
"crc32fast",
"miniz_oxide",
2020-06-26 10:19:40 +03:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2020-11-11 23:04:48 +03:00
[[package]]
name = "form_urlencoded"
version = "1.0.1"
2020-11-11 23:04:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-11-11 23:04:48 +03:00
dependencies = [
"matches",
"percent-encoding",
2020-11-11 23:04:48 +03:00
]
[[package]]
name = "fsio"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fd087255f739f4f1aeea69f11b72f8080e9c2e7645cd06955dad4a178a49e3"
[[package]]
name = "futures-channel"
2022-04-14 01:21:08 +03:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2022-04-14 01:21:08 +03:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
[[package]]
name = "futures-io"
2022-04-14 01:21:08 +03:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
[[package]]
name = "futures-sink"
2022-04-14 01:21:08 +03:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
[[package]]
name = "futures-task"
2022-04-14 01:21:08 +03:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
[[package]]
name = "futures-util"
2022-04-14 01:21:08 +03:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
dependencies = [
"futures-core",
"futures-io",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2020-06-15 21:11:35 +03:00
[[package]]
name = "generic-array"
2022-01-12 03:22:34 +03:00
version = "0.14.5"
2020-06-15 21:11:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2020-06-15 21:11:35 +03:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
2021-01-25 18:31:34 +03:00
[[package]]
name = "getrandom"
2022-06-15 20:19:33 +03:00
version = "0.2.7"
2021-01-25 18:31:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2021-01-25 18:31:34 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2021-01-25 18:31:34 +03:00
"libc",
2022-06-15 20:19:33 +03:00
"wasi",
2021-01-25 18:31:34 +03:00
]
2020-06-09 03:28:09 +03:00
[[package]]
2020-06-16 08:13:43 +03:00
name = "gimli"
version = "0.26.1"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
[[package]]
name = "h2"
2022-04-14 01:21:08 +03:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "half"
2022-01-12 03:22:34 +03:00
version = "1.8.2"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2020-08-03 05:57:28 +03:00
2022-04-14 01:21:08 +03:00
[[package]]
name = "hashbrown"
version = "0.12.2"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022"
2022-04-14 01:21:08 +03:00
dependencies = [
"ahash",
]
[[package]]
name = "heck"
2022-06-06 21:00:08 +03:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-06 21:00:08 +03:00
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2020-03-13 20:02:39 +03:00
[[package]]
name = "hermit-abi"
2021-07-17 10:42:24 +03:00
version = "0.1.19"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-17 10:42:24 +03:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-03-13 20:02:39 +03:00
dependencies = [
"libc",
]
2022-04-14 01:21:08 +03:00
[[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",
]
[[package]]
name = "http"
2022-06-09 22:39:48 +03:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
"bytes",
"fnv",
2022-06-09 22:39:48 +03:00
"itoa 1.0.2",
]
[[package]]
name = "http-body"
2022-06-09 22:39:48 +03:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
2021-06-08 23:15:26 +03:00
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-06-09 22:39:48 +03:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
2020-11-11 23:04:48 +03:00
[[package]]
name = "httpdate"
2022-01-12 03:22:34 +03:00
version = "1.0.2"
2020-11-11 23:04:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-11-11 23:04:48 +03:00
[[package]]
name = "hyper"
version = "0.14.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-06-09 22:39:48 +03:00
"itoa 1.0.2",
2021-06-08 23:15:26 +03:00
"pin-project-lite",
2021-05-19 07:08:19 +03:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "idna"
2021-06-08 23:15:26 +03:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
dependencies = [
"autocfg",
"hashbrown",
2022-07-21 01:29:59 +03:00
"rayon",
2020-12-07 20:18:20 +03:00
"serde",
]
[[package]]
name = "indicatif"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
]
2022-01-12 03:22:34 +03:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
]
[[package]]
name = "ipnet"
2022-06-09 22:39:48 +03:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
[[package]]
name = "itertools"
2022-01-12 03:22:34 +03:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "itoa"
2022-01-12 03:22:34 +03:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
2022-06-09 22:39:48 +03:00
version = "1.0.2"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2020-03-13 20:02:39 +03:00
[[package]]
name = "jobserver"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
dependencies = [
"libc",
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "js-sys"
2022-06-15 20:19:33 +03:00
version = "0.3.58"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
2020-08-03 05:57:28 +03:00
dependencies = [
"wasm-bindgen",
]
2020-03-13 20:02:39 +03:00
[[package]]
2020-04-21 07:34:15 +03:00
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leo-abnf"
version = "1.5.3"
dependencies = [
"abnf",
"anyhow",
]
2020-10-31 03:31:09 +03:00
[[package]]
name = "leo-ast"
version = "1.5.3"
2020-10-31 03:31:09 +03:00
dependencies = [
"criterion",
2020-12-07 20:18:20 +03:00
"indexmap",
2021-07-31 05:01:12 +03:00
"leo-errors",
2022-01-21 23:29:59 +03:00
"leo-span",
2020-10-31 03:31:09 +03:00
"serde",
"serde_json",
2022-01-29 01:54:35 +03:00
"smallvec",
2020-10-31 03:31:09 +03:00
]
2020-04-24 04:33:43 +03:00
[[package]]
2020-04-27 08:34:15 +03:00
name = "leo-compiler"
version = "1.5.3"
2020-04-24 04:33:43 +03:00
dependencies = [
2020-10-31 03:31:09 +03:00
"leo-ast",
2021-07-31 05:01:12 +03:00
"leo-errors",
2021-03-03 20:59:24 +03:00
"leo-parser",
2022-04-23 00:14:18 +03:00
"leo-passes",
2022-02-16 21:00:41 +03:00
"leo-span",
"leo-test-framework",
"serde",
"serde_yaml",
2022-02-07 19:37:57 +03:00
"sha2",
2020-09-13 09:10:01 +03:00
]
2022-06-01 19:09:38 +03:00
[[package]]
2022-06-02 18:22:08 +03:00
name = "leo-core"
2022-06-01 19:09:38 +03:00
version = "1.5.3"
dependencies = [
"indexmap",
"leo-ast",
"leo-errors",
"leo-span",
]
2021-07-31 05:01:12 +03:00
[[package]]
name = "leo-errors"
version = "1.5.3"
dependencies = [
2022-07-12 07:47:01 +03:00
"anyhow",
2021-07-31 05:01:12 +03:00
"backtrace",
"color-backtrace",
"colored",
2021-07-31 05:01:12 +03:00
"derivative",
"leo-span",
2021-07-31 05:01:12 +03:00
"serde",
"thiserror",
]
2020-08-21 14:41:13 +03:00
[[package]]
name = "leo-lang"
version = "1.5.3"
2020-08-21 14:41:13 +03:00
dependencies = [
2022-07-12 07:09:27 +03:00
"aleo",
2022-01-12 03:22:34 +03:00
"ansi_term",
"assert_cmd",
2022-04-21 01:46:41 +03:00
"backtrace",
2022-07-14 23:46:28 +03:00
"clap 3.2.12",
"color-backtrace",
2020-08-21 14:41:13 +03:00
"colored",
"console",
"dirs",
"indexmap",
2020-08-21 14:41:13 +03:00
"lazy_static",
2022-07-21 01:02:33 +03:00
"leo-ast",
2020-08-21 14:41:13 +03:00
"leo-compiler",
2021-08-04 10:42:48 +03:00
"leo-errors",
2020-08-21 14:41:13 +03:00
"leo-package",
2022-07-15 04:08:06 +03:00
"leo-parser",
"leo-span",
"rand",
"rand_core",
"reqwest",
2020-08-21 14:41:13 +03:00
"rusty-hook",
2022-07-12 07:09:27 +03:00
"self_update 0.30.0",
2020-08-21 14:41:13 +03:00
"serde",
"serde_json",
2022-07-21 01:29:59 +03:00
"snarkvm",
2022-04-21 01:46:41 +03:00
"sys-info",
"test_dir",
2020-08-21 14:41:13 +03:00
"toml",
2020-08-22 01:49:51 +03:00
"tracing",
"tracing-subscriber",
2022-07-02 23:47:53 +03:00
"walkdir",
2022-03-28 16:21:17 +03:00
"zip",
2020-08-21 14:41:13 +03:00
]
2020-08-03 07:52:55 +03:00
[[package]]
name = "leo-package"
version = "1.5.3"
2020-08-03 07:52:55 +03:00
dependencies = [
"indexmap",
2020-08-30 03:29:51 +03:00
"lazy_static",
"leo-errors",
2020-08-03 07:52:55 +03:00
"serde",
"toml",
2020-08-22 02:06:48 +03:00
"tracing",
2020-08-03 07:52:55 +03:00
]
2021-03-03 20:59:24 +03:00
[[package]]
name = "leo-parser"
version = "1.5.3"
2021-03-03 20:59:24 +03:00
dependencies = [
2022-07-14 23:46:28 +03:00
"clap 3.2.12",
2021-03-03 20:59:24 +03:00
"indexmap",
"lazy_static",
"leo-ast",
2021-07-31 05:01:12 +03:00
"leo-errors",
2022-01-21 23:57:07 +03:00
"leo-span",
2021-04-19 16:46:22 +03:00
"leo-test-framework",
2021-03-03 20:59:24 +03:00
"serde",
"serde_json",
2021-03-30 01:45:10 +03:00
"serde_yaml",
"smallvec",
2022-04-14 01:21:08 +03:00
"snarkvm-dpc",
2021-03-03 20:59:24 +03:00
"tracing",
]
2022-04-23 00:14:18 +03:00
[[package]]
name = "leo-passes"
version = "1.5.3"
dependencies = [
"indexmap",
2022-06-07 05:42:11 +03:00
"itertools",
2022-04-23 00:14:18 +03:00
"leo-ast",
2022-06-02 18:22:08 +03:00
"leo-core",
2022-04-23 00:14:18 +03:00
"leo-errors",
"leo-parser",
"leo-span",
2022-07-15 11:50:14 +03:00
"num-traits",
2022-04-23 00:14:18 +03:00
]
[[package]]
name = "leo-span"
version = "1.5.3"
dependencies = [
"fxhash",
"indexmap",
"scoped-tls",
"serde",
]
2021-04-19 16:46:22 +03:00
[[package]]
name = "leo-test-framework"
version = "1.5.3"
2021-04-19 16:46:22 +03:00
dependencies = [
2022-06-09 22:39:48 +03:00
"backtrace",
2022-07-14 23:46:28 +03:00
"clap 3.2.12",
2022-06-09 22:39:48 +03:00
"criterion",
"leo-compiler",
"leo-errors",
"leo-span",
"regex",
2021-04-19 16:46:22 +03:00
"serde",
"serde_json",
"serde_yaml",
"walkdir",
2021-04-19 16:46:22 +03:00
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "libc"
2022-06-09 22:39:48 +03:00
version = "0.2.126"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2022-04-14 01:21:08 +03:00
[[package]]
name = "libz-sys"
2022-06-09 22:39:48 +03:00
version = "1.1.8"
2021-07-17 10:42:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
2022-04-14 01:21:08 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2021-07-17 10:42:24 +03:00
2021-03-30 01:45:10 +03:00
[[package]]
name = "linked-hash-map"
2022-07-07 00:47:52 +03:00
version = "0.5.6"
2021-03-30 01:45:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2021-03-30 01:45:10 +03:00
2022-04-14 01:21:08 +03:00
[[package]]
name = "lock_api"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
dependencies = [
"autocfg",
"scopeguard",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "log"
2022-06-09 22:39:48 +03:00
version = "0.4.17"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2020-03-13 20:02:39 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "matches"
2022-01-12 03:22:34 +03:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-03-13 20:02:39 +03:00
[[package]]
name = "memchr"
2022-06-09 22:39:48 +03:00
version = "2.5.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-03-13 20:02:39 +03:00
[[package]]
name = "memoffset"
2022-01-12 03:22:34 +03:00
version = "0.6.5"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2020-03-13 20:02:39 +03:00
dependencies = [
2020-05-05 02:42:40 +03:00
"autocfg",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
2022-04-14 01:21:08 +03:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
2022-01-12 03:22:34 +03:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-04-14 01:21:08 +03:00
[[package]]
name = "miniz_oxide"
2022-06-09 22:39:48 +03:00
version = "0.5.3"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2022-04-14 01:21:08 +03:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2022-06-21 00:21:28 +03:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 00:21:28 +03:00
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
dependencies = [
"libc",
"log",
2022-06-15 20:19:33 +03:00
"wasi",
2022-06-09 22:39:48 +03:00
"windows-sys",
]
[[package]]
name = "native-tls"
2022-04-14 01:21:08 +03:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2020-06-09 03:28:09 +03:00
[[package]]
name = "nias"
version = "0.5.0"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
2020-06-09 03:28:09 +03:00
[[package]]
name = "nom"
2022-04-14 01:21:08 +03:00
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr",
2022-01-12 03:22:34 +03:00
"minimal-lexical",
]
2022-02-07 19:58:41 +03:00
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
]
2022-02-07 19:58:41 +03:00
[[package]]
name = "num-integer"
2022-06-09 22:39:48 +03:00
version = "0.1.45"
2022-02-07 19:58:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-02-07 19:58:41 +03:00
dependencies = [
"autocfg",
"num-traits",
]
2020-07-06 13:18:20 +03:00
[[package]]
name = "num-traits"
2022-06-09 22:39:48 +03:00
version = "0.2.15"
2020-07-06 13:18:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-07-06 13:18:20 +03:00
dependencies = [
"autocfg",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "num_cpus"
2022-01-12 03:22:34 +03:00
version = "1.13.1"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2020-03-13 20:02:39 +03:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_threads"
2022-06-09 22:39:48 +03:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2020-03-13 20:02:39 +03:00
[[package]]
2020-06-16 08:13:43 +03:00
name = "object"
version = "0.29.0"
2020-06-04 23:35:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2021-06-08 23:15:26 +03:00
dependencies = [
"memchr",
]
2020-06-04 23:35:12 +03:00
2020-07-06 13:18:20 +03:00
[[package]]
name = "once_cell"
2022-07-07 00:47:52 +03:00
version = "1.13.0"
2020-07-06 13:18:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
2020-07-06 13:18:20 +03:00
2020-08-03 05:57:28 +03:00
[[package]]
name = "oorandom"
2020-12-10 01:42:15 +03:00
version = "11.1.3"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-10 01:42:15 +03:00
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2020-08-03 05:57:28 +03:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
version = "0.10.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
dependencies = [
"bitflags",
2022-06-15 02:05:27 +03:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
2022-06-09 22:39:48 +03:00
"openssl-macros",
"openssl-sys",
]
2022-06-09 22:39:48 +03:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2022-06-09 22:39:48 +03:00
]
[[package]]
name = "openssl-probe"
2022-01-18 03:07:31 +03:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 03:07:31 +03:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
2022-06-09 22:39:48 +03:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
2022-04-14 01:21:08 +03:00
[[package]]
name = "parking_lot"
2022-06-09 22:39:48 +03:00
version = "0.12.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-04-14 01:21:08 +03:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2022-06-09 22:39:48 +03:00
version = "0.9.3"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2022-04-14 01:21:08 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2022-04-14 01:21:08 +03:00
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
]
[[package]]
name = "password-hash"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d791538a6dcc1e7cb7fe6f6b58aca40e7f79403c45b2bc274008b5e647af1d8"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "paste"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
[[package]]
name = "pbkdf2"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2022-07-12 07:09:27 +03:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pin-project-lite"
2022-06-09 22:39:48 +03:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-06-26 10:19:40 +03:00
[[package]]
name = "pkg-config"
2022-04-14 01:21:08 +03:00
version = "0.3.25"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2020-06-26 10:19:40 +03:00
2020-08-03 05:57:28 +03:00
[[package]]
name = "plotters"
2022-07-07 00:47:52 +03:00
version = "0.3.2"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "9428003b84df1496fb9d6eeee9c5f8145cb41ca375eb0dad204328888832811f"
2020-08-03 05:57:28 +03:00
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
2020-08-03 05:57:28 +03:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
2022-07-07 00:47:52 +03:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
[[package]]
name = "plotters-svg"
2022-07-07 00:47:52 +03:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "e0918736323d1baff32ee0eade54984f6f201ad7e97d5cfb5d6ab4a358529615"
dependencies = [
"plotters-backend",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "ppv-lite86"
2022-01-12 03:22:34 +03:00
version = "0.2.16"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2020-03-13 20:02:39 +03:00
[[package]]
name = "predicates"
2022-01-18 03:07:31 +03:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 03:07:31 +03:00
checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
dependencies = [
"difflib",
2022-02-15 20:54:00 +03:00
"itertools",
"predicates-core",
]
[[package]]
name = "predicates-core"
2022-01-18 03:07:31 +03:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 03:07:31 +03:00
checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
[[package]]
name = "predicates-tree"
2022-01-18 03:07:31 +03:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 03:07:31 +03:00
checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
dependencies = [
"predicates-core",
2022-01-12 03:22:34 +03:00
"termtree",
]
2022-02-07 19:58:41 +03:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "proc-macro-crate"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
dependencies = [
"thiserror",
"toml",
]
2021-02-05 00:00:30 +03:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2021-02-05 00:00:30 +03:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
2021-02-05 00:00:30 +03:00
"version_check",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "proc-macro2"
2022-04-14 01:21:08 +03:00
version = "0.4.30"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2020-03-13 20:02:39 +03:00
dependencies = [
2022-06-21 02:41:21 +03:00
"unicode-xid 0.1.0",
2022-04-14 01:21:08 +03:00
]
[[package]]
name = "proc-macro2"
2022-06-21 00:21:28 +03:00
version = "1.0.40"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 00:21:28 +03:00
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
2022-04-14 01:21:08 +03:00
dependencies = [
2022-06-09 22:39:48 +03:00
"unicode-ident",
2020-03-13 20:02:39 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "quick-xml"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
dependencies = [
"memchr",
]
[[package]]
name = "quick-xml"
2022-03-28 16:21:17 +03:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-28 16:21:17 +03:00
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2020-03-13 20:02:39 +03:00
[[package]]
name = "quote"
2022-04-14 01:21:08 +03:00
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
2022-06-21 00:21:28 +03:00
version = "1.0.20"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 00:21:28 +03:00
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
2020-03-13 20:02:39 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rand"
2022-04-14 01:21:08 +03:00
version = "0.8.5"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2020-03-13 20:02:39 +03:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rand_chacha"
2021-07-17 10:42:24 +03:00
version = "0.3.1"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-17 10:42:24 +03:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2020-03-13 20:02:39 +03:00
dependencies = [
"ppv-lite86",
"rand_core",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rand_core"
version = "0.6.3"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2020-03-13 20:02:39 +03:00
dependencies = [
"getrandom",
]
2020-03-13 20:02:39 +03:00
[[package]]
2022-04-14 01:21:08 +03:00
name = "rand_xorshift"
version = "0.3.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
2020-03-13 20:02:39 +03:00
dependencies = [
"rand_core",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "rayon"
2022-06-09 22:39:48 +03:00
version = "1.5.3"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2020-03-13 20:02:39 +03:00
dependencies = [
2020-06-16 08:13:43 +03:00
"autocfg",
2020-03-13 20:02:39 +03:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-06-09 22:39:48 +03:00
version = "1.9.3"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
2020-03-13 20:02:39 +03:00
dependencies = [
2020-08-27 11:33:00 +03:00
"crossbeam-channel",
2020-03-13 20:02:39 +03:00
"crossbeam-deque",
2020-12-10 01:42:15 +03:00
"crossbeam-utils",
2020-03-13 20:02:39 +03:00
"num_cpus",
]
[[package]]
name = "redox_syscall"
2022-04-14 01:21:08 +03:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
2022-04-14 01:21:08 +03:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall",
2022-04-14 01:21:08 +03:00
"thiserror",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "regex"
2022-07-07 00:47:52 +03:00
version = "1.6.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2020-03-13 20:02:39 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "regex-automata"
2021-06-08 23:15:26 +03:00
version = "0.1.10"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-08-03 05:57:28 +03:00
2020-03-13 20:02:39 +03:00
[[package]]
name = "regex-syntax"
2022-07-07 00:47:52 +03:00
version = "0.6.27"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2020-06-09 03:28:09 +03:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2022-06-15 02:05:27 +03:00
"winapi",
]
[[package]]
name = "reqwest"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
2022-01-12 03:22:34 +03:00
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
2021-01-11 22:43:08 +03:00
"mime_guess",
"native-tls",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
2022-07-21 01:29:59 +03:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "rustc-demangle"
2022-01-12 03:22:34 +03:00
version = "0.1.21"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2021-07-17 10:42:24 +03:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2022-07-12 07:09:27 +03:00
"semver 1.0.12",
2021-02-05 00:00:30 +03:00
]
2022-07-21 01:29:59 +03:00
[[package]]
name = "rustls"
version = "0.20.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rusty-hook"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96cee9be61be7e1cbadd851e58ed7449c29c620f00b23df937cb9cbc04ac21a3"
dependencies = [
"ci_info",
"getopts",
"nias",
"toml",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "ryu"
2022-06-09 22:39:48 +03:00
version = "1.0.10"
2020-06-04 23:35:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2020-06-04 23:35:12 +03:00
2020-06-26 10:19:40 +03:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
2022-06-09 22:39:48 +03:00
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
dependencies = [
"lazy_static",
2022-06-09 22:39:48 +03:00
"windows-sys",
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2020-03-13 20:02:39 +03:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-07-21 01:29:59 +03:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
2022-04-14 01:21:08 +03:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2022-04-14 01:21:08 +03:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "self_update"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc3e89793fe56c82104ddc103c998e4e94713cb975202207829e61031eb4be6"
dependencies = [
"hyper",
"indicatif",
"log",
"quick-xml 0.20.0",
"regex",
"reqwest",
"semver 0.11.0",
"serde_json",
"tempfile",
]
[[package]]
name = "self_update"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88c865d17fb512577be02a09fd2fd96c31c7e46fe649205d84feefd8b2a332da"
dependencies = [
"hyper",
"indicatif",
"log",
2022-07-12 07:09:27 +03:00
"quick-xml 0.22.0",
"regex",
"reqwest",
2022-07-12 07:09:27 +03:00
"semver 1.0.12",
"serde_json",
"tempfile",
2022-03-28 16:21:17 +03:00
"zip",
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
2021-07-17 10:42:24 +03:00
[[package]]
name = "semver"
2022-07-07 00:47:52 +03:00
version = "1.0.12"
2021-07-17 10:42:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
2021-07-17 10:42:24 +03:00
2022-07-12 07:09:27 +03:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "serde"
version = "1.0.139"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6"
2020-04-24 09:57:05 +03:00
dependencies = [
"serde_derive",
]
2020-03-13 20:02:39 +03:00
2020-08-03 05:57:28 +03:00
[[package]]
name = "serde_cbor"
2022-01-12 03:22:34 +03:00
version = "0.11.2"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2020-08-03 05:57:28 +03:00
dependencies = [
"half",
"serde",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "serde_derive"
version = "1.0.139"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb"
2020-03-13 20:02:39 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "serde_json"
2022-07-07 00:47:52 +03:00
version = "1.0.82"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2020-03-13 20:02:39 +03:00
dependencies = [
"indexmap",
2022-06-09 22:39:48 +03:00
"itoa 1.0.2",
2020-03-13 20:02:39 +03:00
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
2022-01-18 03:07:31 +03:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 03:07:31 +03:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2022-06-09 22:39:48 +03:00
"itoa 1.0.2",
"ryu",
"serde",
]
2021-03-30 01:45:10 +03:00
[[package]]
name = "serde_yaml"
2022-07-16 10:47:02 +03:00
version = "0.8.26"
2021-03-30 01:45:10 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-16 10:47:02 +03:00
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
2021-03-30 01:45:10 +03:00
dependencies = [
"indexmap",
2022-01-12 03:22:34 +03:00
"ryu",
2021-03-30 01:45:10 +03:00
"serde",
"yaml-rust",
]
[[package]]
name = "sha1"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
"cpufeatures",
"digest",
]
2022-01-12 03:22:34 +03:00
[[package]]
name = "sha2"
version = "0.10.2"
2022-01-12 03:22:34 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2022-01-12 03:22:34 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2022-01-12 03:22:34 +03:00
"cpufeatures",
2022-02-15 20:54:00 +03:00
"digest",
2022-01-12 03:22:34 +03:00
]
2020-08-22 01:49:51 +03:00
[[package]]
name = "sharded-slab"
2022-01-12 03:22:34 +03:00
version = "0.1.4"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2020-08-22 01:49:51 +03:00
dependencies = [
"lazy_static",
]
[[package]]
name = "slab"
2022-04-14 01:21:08 +03:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2020-03-13 20:02:39 +03:00
[[package]]
name = "smallvec"
2022-07-07 00:47:52 +03:00
version = "1.9.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2022-01-29 01:54:35 +03:00
dependencies = [
"serde",
]
2022-01-12 03:22:34 +03:00
2022-07-07 00:47:52 +03:00
[[package]]
name = "snarkvm"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
"anyhow",
2022-07-16 01:08:22 +03:00
"clap 3.2.12",
2022-07-12 07:09:27 +03:00
"colored",
2022-07-16 01:08:22 +03:00
"indexmap",
2022-07-21 01:29:59 +03:00
"once_cell",
"parking_lot",
2022-07-12 07:09:27 +03:00
"rand",
2022-07-14 00:13:30 +03:00
"rayon",
2022-07-12 07:09:27 +03:00
"self_update 0.30.0",
"serde_json",
2022-07-21 01:29:59 +03:00
"snarkvm-circuit",
"snarkvm-compiler",
"snarkvm-console",
2022-07-21 10:28:03 +03:00
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-07 00:47:52 +03:00
"thiserror",
2022-07-16 01:08:22 +03:00
"tracing",
2022-07-21 01:29:59 +03:00
"ureq",
2022-07-07 00:47:52 +03:00
"walkdir",
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "snarkvm-algorithms"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-07 00:47:52 +03:00
"aleo-std",
"anyhow",
"bincode",
"blake2s_simd",
"crossbeam-channel",
"curl",
"derivative",
"digest",
"hashbrown",
"hex",
"itertools",
"lazy_static",
"num_cpus",
2022-06-21 02:41:21 +03:00
"once_cell",
2022-07-07 00:47:52 +03:00
"parking_lot",
"rand",
"rand_chacha",
"rand_core",
"rayon",
"serde",
"sha2",
"smallvec",
2022-07-21 10:28:03 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-parameters 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-r1cs 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-07 00:47:52 +03:00
"thiserror",
2022-06-21 02:41:21 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-algorithms"
version = "0.7.5"
2022-07-14 00:13:30 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
2022-07-12 07:09:27 +03:00
dependencies = [
"aleo-std",
"anyhow",
"bincode",
"blake2s_simd",
"crossbeam-channel",
"curl",
"derivative",
"digest",
"hashbrown",
"hex",
"itertools",
"lazy_static",
"num_cpus",
"once_cell",
"parking_lot",
"rand",
"rand_chacha",
"rand_core",
"rayon",
"serde",
"sha2",
"smallvec",
2022-07-14 00:13:30 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-r1cs 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-07-12 07:09:27 +03:00
"thiserror",
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "snarkvm-circuit"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-account",
"snarkvm-circuit-algorithms",
"snarkvm-circuit-collections",
"snarkvm-circuit-environment",
"snarkvm-circuit-network",
"snarkvm-circuit-program",
"snarkvm-circuit-types",
2022-06-21 02:41:21 +03:00
]
[[package]]
name = "snarkvm-circuit-account"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-algorithms",
"snarkvm-circuit-network",
"snarkvm-circuit-types",
"snarkvm-console-account",
2022-07-07 00:47:52 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-circuit-algorithms"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-07 00:47:52 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-types",
"snarkvm-console-algorithms",
2022-07-21 10:28:03 +03:00
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-circuit-collections"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-algorithms",
"snarkvm-circuit-types",
"snarkvm-console-collections",
2022-06-21 02:41:21 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-circuit-environment"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
"indexmap",
"itertools",
"nom",
"num-traits",
"once_cell",
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment-witness",
"snarkvm-console-network",
2022-07-21 10:28:03 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-r1cs 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-12 07:09:27 +03:00
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "snarkvm-circuit-environment-witness"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-circuit-network"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-algorithms",
"snarkvm-circuit-collections",
"snarkvm-circuit-types",
"snarkvm-console-network",
2022-07-21 10:28:03 +03:00
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-12 07:09:27 +03:00
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "snarkvm-circuit-program"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-account",
"snarkvm-circuit-network",
"snarkvm-circuit-types",
"snarkvm-console-program",
2022-07-21 10:28:03 +03:00
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-circuit-types"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment",
"snarkvm-circuit-types-address",
"snarkvm-circuit-types-boolean",
"snarkvm-circuit-types-field",
"snarkvm-circuit-types-group",
"snarkvm-circuit-types-integers",
"snarkvm-circuit-types-scalar",
"snarkvm-circuit-types-string",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-circuit-types-address"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment",
"snarkvm-circuit-types-boolean",
"snarkvm-circuit-types-field",
"snarkvm-circuit-types-group",
"snarkvm-circuit-types-scalar",
"snarkvm-console-types-address",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-circuit-types-boolean"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment",
"snarkvm-console-types-boolean",
2022-06-21 02:41:21 +03:00
]
[[package]]
name = "snarkvm-circuit-types-field"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment",
"snarkvm-circuit-types-boolean",
"snarkvm-console-types-field",
2022-06-21 02:41:21 +03:00
]
[[package]]
name = "snarkvm-circuit-types-group"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment",
"snarkvm-circuit-types-boolean",
"snarkvm-circuit-types-field",
"snarkvm-circuit-types-scalar",
"snarkvm-console-types-group",
2022-07-21 10:28:03 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-circuit-types-integers"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment",
"snarkvm-circuit-types-boolean",
"snarkvm-circuit-types-field",
"snarkvm-console-types-integers",
2022-06-21 02:41:21 +03:00
]
[[package]]
name = "snarkvm-circuit-types-scalar"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment",
"snarkvm-circuit-types-boolean",
"snarkvm-circuit-types-field",
"snarkvm-console-types-scalar",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-circuit-types-string"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-circuit-environment",
"snarkvm-circuit-types-boolean",
"snarkvm-circuit-types-field",
"snarkvm-circuit-types-integers",
"snarkvm-console-types-string",
2022-07-07 00:47:52 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-compiler"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
"anyhow",
"colored",
"indexmap",
"once_cell",
"parking_lot",
"paste",
"rand",
2022-07-14 00:13:30 +03:00
"rayon",
2022-07-12 07:09:27 +03:00
"serde_json",
2022-07-21 10:28:03 +03:00
"snarkvm-algorithms 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-21 01:29:59 +03:00
"snarkvm-circuit",
"snarkvm-console",
2022-07-21 10:28:03 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-parameters 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-12 07:09:27 +03:00
"tracing",
]
2022-07-07 00:47:52 +03:00
[[package]]
name = "snarkvm-console"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-account",
"snarkvm-console-algorithms",
"snarkvm-console-collections",
"snarkvm-console-network",
"snarkvm-console-program",
"snarkvm-console-types",
2022-07-07 00:47:52 +03:00
]
[[package]]
name = "snarkvm-console-account"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-07 00:47:52 +03:00
dependencies = [
"base58",
2022-07-21 01:29:59 +03:00
"snarkvm-console-network",
"snarkvm-console-types",
2022-06-21 02:41:21 +03:00
]
[[package]]
name = "snarkvm-console-algorithms"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-06-21 02:41:21 +03:00
dependencies = [
"blake2s_simd",
"smallvec",
2022-07-21 01:29:59 +03:00
"snarkvm-console-types",
2022-07-21 10:28:03 +03:00
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-12 07:09:27 +03:00
]
2022-07-07 00:47:52 +03:00
[[package]]
name = "snarkvm-console-collections"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-07 00:47:52 +03:00
dependencies = [
"aleo-std",
"rayon",
2022-07-21 01:29:59 +03:00
"snarkvm-console-algorithms",
"snarkvm-console-types",
2022-06-21 02:41:21 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-console-network"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
"anyhow",
"itertools",
"lazy_static",
"serde",
2022-07-21 01:29:59 +03:00
"snarkvm-console-algorithms",
"snarkvm-console-collections",
"snarkvm-console-network-environment",
"snarkvm-console-types",
2022-07-21 10:28:03 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-07 00:47:52 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-console-network-environment"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
"anyhow",
"bech32 0.9.0",
"itertools",
"nom",
"num-traits",
"rand",
"rand_xorshift",
"serde",
2022-07-21 10:28:03 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-console-program"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
"enum_index",
"enum_index_derive",
"indexmap",
"num-derive",
"num-traits",
"once_cell",
2022-07-21 01:29:59 +03:00
"serde_json",
"snarkvm-console-account",
"snarkvm-console-network",
"snarkvm-console-types",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-console-types"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-07 00:47:52 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-network-environment",
"snarkvm-console-types-address",
"snarkvm-console-types-boolean",
"snarkvm-console-types-field",
"snarkvm-console-types-group",
"snarkvm-console-types-integers",
"snarkvm-console-types-scalar",
"snarkvm-console-types-string",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-console-types-address"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-07 00:47:52 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-network-environment",
"snarkvm-console-types-boolean",
"snarkvm-console-types-field",
"snarkvm-console-types-group",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-console-types-boolean"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-network-environment",
2022-07-07 00:47:52 +03:00
]
[[package]]
name = "snarkvm-console-types-field"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-07 00:47:52 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-network-environment",
"snarkvm-console-types-boolean",
2022-07-07 00:47:52 +03:00
]
[[package]]
name = "snarkvm-console-types-group"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-07 00:47:52 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-network-environment",
"snarkvm-console-types-boolean",
"snarkvm-console-types-field",
"snarkvm-console-types-scalar",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-console-types-integers"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-network-environment",
"snarkvm-console-types-boolean",
"snarkvm-console-types-field",
2022-07-07 00:47:52 +03:00
]
[[package]]
name = "snarkvm-console-types-scalar"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-07 00:47:52 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-network-environment",
"snarkvm-console-types-boolean",
"snarkvm-console-types-field",
2022-07-12 07:09:27 +03:00
]
[[package]]
name = "snarkvm-console-types-string"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-21 01:29:59 +03:00
"snarkvm-console-network-environment",
"snarkvm-console-types-boolean",
"snarkvm-console-types-field",
"snarkvm-console-types-integers",
2022-06-21 02:41:21 +03:00
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "snarkvm-curves"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-04-14 01:21:08 +03:00
dependencies = [
"derivative",
"rand",
"rustc_version",
"serde",
2022-07-21 10:28:03 +03:00
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-06-21 02:41:21 +03:00
"thiserror",
2022-04-14 01:21:08 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-curves"
version = "0.7.5"
2022-07-14 00:13:30 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
2022-07-12 07:09:27 +03:00
dependencies = [
"derivative",
"rand",
"rustc_version",
"serde",
2022-07-14 00:13:30 +03:00
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-07-12 07:09:27 +03:00
"thiserror",
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "snarkvm-dpc"
version = "0.7.5"
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
dependencies = [
"anyhow",
"base58",
2022-06-21 02:41:21 +03:00
"bech32 0.8.1",
2022-04-14 01:21:08 +03:00
"bincode",
"blake2",
"derivative",
"hex",
"itertools",
"once_cell",
"rand",
"rayon",
"serde",
"serde_json",
2022-07-07 00:47:52 +03:00
"snarkvm-algorithms 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-06-21 02:41:21 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-04-14 01:21:08 +03:00
"snarkvm-gadgets",
2022-07-07 00:47:52 +03:00
"snarkvm-parameters 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-06-21 02:41:21 +03:00
"snarkvm-r1cs 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-04-14 01:21:08 +03:00
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"thiserror",
"time",
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "snarkvm-fields"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-04-14 01:21:08 +03:00
dependencies = [
"anyhow",
"derivative",
"num-traits",
2022-04-14 01:21:08 +03:00
"rand",
"rayon",
"serde",
2022-07-21 10:28:03 +03:00
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-04-14 01:21:08 +03:00
"thiserror",
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-fields"
version = "0.7.5"
2022-07-14 00:13:30 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
2022-07-12 07:09:27 +03:00
dependencies = [
"anyhow",
"derivative",
"rand",
"rayon",
"serde",
2022-07-14 00:13:30 +03:00
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-07-12 07:09:27 +03:00
"thiserror",
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "snarkvm-gadgets"
version = "0.7.5"
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
dependencies = [
"anyhow",
"derivative",
"itertools",
"num-traits",
2022-07-07 00:47:52 +03:00
"snarkvm-algorithms 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-06-21 02:41:21 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-r1cs 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-04-14 01:21:08 +03:00
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"thiserror",
]
2022-07-07 00:47:52 +03:00
[[package]]
name = "snarkvm-parameters"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-04-14 01:21:08 +03:00
dependencies = [
"aleo-std",
"anyhow",
"bincode",
2022-06-15 02:05:27 +03:00
"cfg-if",
2022-04-14 01:21:08 +03:00
"curl",
"hex",
"itertools",
"lazy_static",
2022-04-14 01:21:08 +03:00
"paste",
"rand",
2022-04-14 01:21:08 +03:00
"serde_json",
"sha2",
2022-07-21 10:28:03 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-04-14 01:21:08 +03:00
"thiserror",
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-parameters"
version = "0.7.5"
2022-07-14 00:13:30 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
2022-07-12 07:09:27 +03:00
dependencies = [
"aleo-std",
"anyhow",
"cfg-if",
"curl",
"hex",
"paste",
"serde_json",
2022-07-14 00:13:30 +03:00
"snarkvm-algorithms 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-07-12 07:09:27 +03:00
"thiserror",
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "snarkvm-r1cs"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-04-14 01:21:08 +03:00
dependencies = [
"anyhow",
2022-06-15 02:05:27 +03:00
"cfg-if",
2022-04-14 01:21:08 +03:00
"fxhash",
"indexmap",
"itertools",
2022-07-21 10:28:03 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-04-14 01:21:08 +03:00
"thiserror",
2022-02-07 19:58:41 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-r1cs"
version = "0.7.5"
2022-07-14 00:13:30 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
2022-07-12 07:09:27 +03:00
dependencies = [
"anyhow",
"cfg-if",
"fxhash",
"indexmap",
"itertools",
2022-07-14 00:13:30 +03:00
"snarkvm-curves 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-fields 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
"snarkvm-utilities 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-07-12 07:09:27 +03:00
"thiserror",
]
2022-02-07 19:58:41 +03:00
[[package]]
name = "snarkvm-utilities"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-02-07 19:58:41 +03:00
dependencies = [
2022-06-21 02:41:21 +03:00
"aleo-std",
2022-02-07 19:58:41 +03:00
"anyhow",
"bincode",
"num-bigint",
2022-06-21 02:41:21 +03:00
"num_cpus",
"rand",
2022-06-21 02:41:21 +03:00
"rand_xorshift",
"rayon",
2022-02-07 19:58:41 +03:00
"serde",
2022-07-21 10:28:03 +03:00
"snarkvm-utilities-derives 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20)",
2022-04-14 01:21:08 +03:00
"thiserror",
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-utilities"
version = "0.7.5"
2022-07-14 00:13:30 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
2022-07-12 07:09:27 +03:00
dependencies = [
"aleo-std",
"anyhow",
"bincode",
"num-bigint",
"num_cpus",
"rand",
"rand_xorshift",
"rayon",
"serde",
2022-07-14 00:13:30 +03:00
"snarkvm-utilities-derives 0.7.5 (git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79)",
2022-07-12 07:09:27 +03:00
"thiserror",
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "snarkvm-utilities-derives"
version = "0.7.5"
2022-07-21 10:28:03 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=84c3e20#84c3e20742f9136ac112639da6ee46aa5a0eaf6f"
2022-04-14 01:21:08 +03:00
dependencies = [
"proc-macro-crate 1.1.3",
2022-04-14 01:21:08 +03:00
"proc-macro-error",
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2022-04-14 01:21:08 +03:00
]
2022-07-12 07:09:27 +03:00
[[package]]
name = "snarkvm-utilities-derives"
version = "0.7.5"
2022-07-14 00:13:30 +03:00
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=85b7a79#85b7a790659168d693ebb93bfe49e3b8808fbb41"
2022-07-12 07:09:27 +03:00
dependencies = [
2022-07-14 00:13:30 +03:00
"proc-macro-crate 0.1.5",
2022-07-12 07:09:27 +03:00
"proc-macro-error",
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
]
[[package]]
name = "socket2"
2022-02-03 01:58:01 +03:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-03 01:58:01 +03:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
dependencies = [
"libc",
2022-06-15 02:05:27 +03:00
"winapi",
]
2022-07-21 01:29:59 +03:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2022-06-21 02:41:21 +03:00
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
dependencies = [
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "syn"
2022-04-14 01:21:08 +03:00
version = "0.15.44"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2020-03-13 20:02:39 +03:00
dependencies = [
2022-04-14 01:21:08 +03:00
"proc-macro2 0.4.30",
"quote 0.6.13",
2022-06-21 02:41:21 +03:00
"unicode-xid 0.1.0",
2022-04-14 01:21:08 +03:00
]
[[package]]
name = "syn"
2022-06-21 00:21:28 +03:00
version = "1.0.98"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 00:21:28 +03:00
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
2022-04-14 01:21:08 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
2022-06-09 22:39:48 +03:00
"unicode-ident",
2020-03-13 20:02:39 +03:00
]
2022-06-21 02:41:21 +03:00
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
dependencies = [
"unicode-xid 0.0.4",
]
2022-04-21 01:46:41 +03:00
[[package]]
name = "sys-info"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "tempfile"
2022-01-12 03:22:34 +03:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2022-01-12 03:22:34 +03:00
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
2022-06-15 02:05:27 +03:00
"winapi",
]
[[package]]
name = "termcolor"
2022-04-14 01:21:08 +03:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
2021-06-08 23:15:26 +03:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
2022-06-15 02:05:27 +03:00
"winapi",
]
2022-01-12 03:22:34 +03:00
[[package]]
name = "termtree"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
[[package]]
name = "test_dir"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc19daf9fc57fadcf740c4abaaa0cd08d9ce22a2a0629aaf6cbd9ae4b80683a"
dependencies = [
"rand",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "textwrap"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2020-05-09 02:35:00 +03:00
[[package]]
name = "thiserror"
version = "1.0.31"
2020-05-09 02:35:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2020-05-09 02:35:00 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.31"
2020-05-09 02:35:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2020-05-09 02:35:00 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2020-05-09 02:35:00 +03:00
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "thread_local"
2022-02-03 01:58:01 +03:00
version = "1.1.4"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-03 01:58:01 +03:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2020-03-13 20:02:39 +03:00
dependencies = [
"once_cell",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "time"
2022-07-07 00:47:52 +03:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
dependencies = [
2022-06-09 22:39:48 +03:00
"itoa 1.0.2",
"libc",
"num_threads",
"time-macros",
]
[[package]]
name = "time-macros"
2022-04-14 01:21:08 +03:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2020-08-03 05:57:28 +03:00
[[package]]
name = "tinytemplate"
version = "1.2.1"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2020-08-03 05:57:28 +03:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "tinyvec"
2022-06-09 22:39:48 +03:00
version = "1.6.0"
2020-11-11 23:04:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-11-11 23:04:48 +03:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-11 23:04:48 +03:00
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
2022-07-14 23:46:28 +03:00
version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-14 23:46:28 +03:00
checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e"
dependencies = [
2022-07-14 23:46:28 +03:00
"autocfg",
"bytes",
"libc",
"memchr",
2022-06-15 02:05:27 +03:00
"mio",
"num_cpus",
2022-06-09 22:39:48 +03:00
"once_cell",
"pin-project-lite",
2022-04-14 01:21:08 +03:00
"socket2",
2022-06-15 02:05:27 +03:00
"winapi",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-util"
2022-06-09 22:39:48 +03:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-04-14 01:21:08 +03:00
"tracing",
]
2020-04-24 09:57:05 +03:00
[[package]]
name = "toml"
version = "0.5.9"
2020-04-24 09:57:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2020-04-24 09:57:05 +03:00
dependencies = [
"serde",
]
[[package]]
name = "tower-service"
2022-06-21 00:21:28 +03:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-21 00:21:28 +03:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2022-06-09 22:39:48 +03:00
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
"pin-project-lite",
2020-08-22 01:49:51 +03:00
"tracing-attributes",
"tracing-core",
]
2020-08-22 01:49:51 +03:00
[[package]]
name = "tracing-attributes"
2022-07-07 00:47:52 +03:00
version = "0.1.22"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
2020-08-22 01:49:51 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2020-08-22 01:49:51 +03:00
]
[[package]]
name = "tracing-core"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
dependencies = [
2022-06-09 22:39:48 +03:00
"once_cell",
"valuable",
]
2020-08-22 01:49:51 +03:00
[[package]]
name = "tracing-log"
2022-06-09 22:39:48 +03:00
version = "0.1.3"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2020-08-22 01:49:51 +03:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.14"
2020-08-22 01:49:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a713421342a5a666b7577783721d3117f1b69a393df803ee17bb73b1e122a59"
2020-08-22 01:49:51 +03:00
dependencies = [
2022-01-12 03:22:34 +03:00
"ansi_term",
2020-08-22 01:49:51 +03:00
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-03-13 20:02:39 +03:00
[[package]]
name = "typenum"
2022-01-12 03:22:34 +03:00
version = "1.15.0"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2020-03-13 20:02:39 +03:00
2022-07-12 07:09:27 +03:00
[[package]]
name = "ucd-trie"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2022-06-09 22:39:48 +03:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
2022-07-16 10:47:02 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-16 10:47:02 +03:00
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
[[package]]
name = "unicode-normalization"
2022-07-07 00:47:52 +03:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 00:47:52 +03:00
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
dependencies = [
"tinyvec",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "unicode-width"
2022-01-12 03:22:34 +03:00
version = "0.1.9"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-03-10 06:55:41 +03:00
2022-06-21 02:41:21 +03:00
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2022-04-14 01:21:08 +03:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2022-07-21 01:29:59 +03:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "ureq"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f"
dependencies = [
"base64",
"chunked_transfer",
"flate2",
"log",
"once_cell",
"rustls",
"serde",
"serde_json",
"url",
"webpki",
"webpki-roots",
]
[[package]]
name = "url"
2021-06-08 23:15:26 +03:00
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-08 23:15:26 +03:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
2020-11-11 23:04:48 +03:00
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
2021-07-17 10:42:24 +03:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-17 10:42:24 +03:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-06-09 03:28:09 +03:00
[[package]]
name = "version_check"
2022-01-12 03:22:34 +03:00
version = "0.9.4"
2020-06-09 03:28:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 03:22:34 +03:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-06-09 03:28:09 +03:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2020-06-26 10:19:40 +03:00
[[package]]
name = "walkdir"
version = "2.3.2"
2020-06-26 10:19:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-06-26 10:19:40 +03:00
dependencies = [
"same-file",
2022-06-15 02:05:27 +03:00
"winapi",
2020-06-26 10:19:40 +03:00
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2022-04-14 01:21:08 +03:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-08-03 05:57:28 +03:00
[[package]]
name = "wasm-bindgen"
2022-06-15 20:19:33 +03:00
version = "0.2.81"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
2020-08-03 05:57:28 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
2020-08-03 05:57:28 +03:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-06-15 20:19:33 +03:00
version = "0.2.81"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
2020-08-03 05:57:28 +03:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2020-08-03 05:57:28 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-06-15 20:19:33 +03:00
version = "0.4.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
dependencies = [
2022-06-15 02:05:27 +03:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2020-08-03 05:57:28 +03:00
[[package]]
name = "wasm-bindgen-macro"
2022-06-15 20:19:33 +03:00
version = "0.2.81"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
2020-08-03 05:57:28 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"quote 1.0.20",
2020-08-03 05:57:28 +03:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-06-15 20:19:33 +03:00
version = "0.2.81"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
2020-08-03 05:57:28 +03:00
dependencies = [
2022-06-21 00:21:28 +03:00
"proc-macro2 1.0.40",
"quote 1.0.20",
"syn 1.0.98",
2020-08-03 05:57:28 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-06-15 20:19:33 +03:00
version = "0.2.81"
2021-02-05 06:23:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
2021-02-05 06:23:58 +03:00
2020-08-03 05:57:28 +03:00
[[package]]
name = "web-sys"
2022-06-15 20:19:33 +03:00
version = "0.3.58"
2020-08-03 05:57:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-15 20:19:33 +03:00
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
2020-08-03 05:57:28 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-07-21 01:29:59 +03:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"
dependencies = [
"webpki",
]
2020-03-13 20:02:39 +03:00
[[package]]
name = "winapi"
version = "0.3.9"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-03-13 20:02:39 +03:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2020-06-16 08:13:43 +03:00
version = "0.1.5"
2020-03-13 20:02:39 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-16 08:13:43 +03:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2020-03-13 20:02:39 +03:00
dependencies = [
2022-06-15 02:05:27 +03:00
"winapi",
2020-03-13 20:02:39 +03:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-06-26 10:19:40 +03:00
2022-04-14 01:21:08 +03:00
[[package]]
name = "windows-sys"
2022-06-09 22:39:48 +03:00
version = "0.36.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-04-14 01:21:08 +03:00
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
2022-06-09 22:39:48 +03:00
version = "0.36.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-04-14 01:21:08 +03:00
[[package]]
name = "windows_i686_gnu"
2022-06-09 22:39:48 +03:00
version = "0.36.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-04-14 01:21:08 +03:00
[[package]]
name = "windows_i686_msvc"
2022-06-09 22:39:48 +03:00
version = "0.36.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-04-14 01:21:08 +03:00
[[package]]
name = "windows_x86_64_gnu"
2022-06-09 22:39:48 +03:00
version = "0.36.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-04-14 01:21:08 +03:00
[[package]]
name = "windows_x86_64_msvc"
2022-06-09 22:39:48 +03:00
version = "0.36.1"
2022-04-14 01:21:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-04-14 01:21:08 +03:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
2022-06-15 02:05:27 +03:00
"winapi",
]
2021-03-30 01:45:10 +03:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "zip"
2022-04-14 01:21:08 +03:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 01:21:08 +03:00
checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
dependencies = [
"aes",
"byteorder",
2020-06-26 10:19:40 +03:00
"bzip2",
"constant_time_eq",
2020-06-26 10:19:40 +03:00
"crc32fast",
2022-04-14 01:21:08 +03:00
"crossbeam-utils",
2020-06-26 10:19:40 +03:00
"flate2",
"hmac",
"pbkdf2",
"sha1",
2022-03-28 16:21:17 +03:00
"time",
"zstd",
]
[[package]]
name = "zstd"
2022-06-09 22:39:48 +03:00
version = "0.10.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-06-09 22:39:48 +03:00
version = "4.1.6+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 22:39:48 +03:00
checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "1.6.3+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
dependencies = [
"cc",
"libc",
2020-06-26 10:19:40 +03:00
]