outrun/Cargo.lock

637 lines
16 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-08-22 11:30:39 +12:00
[[package]]
name = "addr2line"
2023-07-21 18:21:23 +12:00
version = "0.20.0"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
2022-08-22 11:30:39 +12:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-09-23 18:05:11 +12: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",
]
2022-08-22 11:30:39 +12:00
[[package]]
name = "aho-corasick"
2023-07-21 18:21:23 +12:00
version = "1.0.2"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2022-08-22 11:30:39 +12:00
dependencies = [
"memchr",
]
[[package]]
name = "backtrace"
2023-07-21 18:21:23 +12:00
version = "0.3.68"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
2022-08-22 11:30:39 +12:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "backtrace-ext"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
dependencies = [
"backtrace",
]
2023-03-14 17:48:57 +13:00
[[package]]
name = "bitflags"
2023-07-21 18:21:23 +12:00
version = "2.3.3"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2023-03-14 17:48:57 +13:00
2022-08-04 17:38:00 +12:00
[[package]]
name = "block-buffer"
2023-03-09 15:48:34 +13:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-09 15:48:34 +13:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2022-08-22 11:30:39 +12:00
[[package]]
name = "cc"
2023-02-03 10:48:54 +13:00
version = "1.0.79"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-03 10:48:54 +13:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-08-22 11:30:39 +12:00
[[package]]
name = "cfg-if"
2022-08-04 17:38:00 +12:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cpufeatures"
2023-07-21 18:21:23 +12:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "digest"
2023-07-21 18:21:23 +12:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
2022-08-04 17:38:00 +12:00
2023-03-14 17:48:57 +13:00
[[package]]
name = "errno"
2023-07-21 18:21:23 +12:00
version = "0.3.1"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-03-14 17:48:57 +13:00
dependencies = [
"errno-dragonfly",
"libc",
2023-07-21 18:21:23 +12:00
"windows-sys",
2023-03-14 17:48:57 +13:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-07-21 08:43:13 +12:00
[[package]]
name = "generic-array"
2023-07-21 18:21:23 +12:00
version = "0.14.7"
2022-07-21 08:43:13 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2022-07-21 08:43:13 +12:00
2022-09-23 18:05:11 +12:00
[[package]]
name = "getrandom"
2023-07-21 18:21:23 +12:00
version = "0.2.10"
2022-09-23 18:05:11 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-09-23 18:05:11 +12:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2022-08-22 11:30:39 +12:00
[[package]]
name = "gimli"
2023-07-21 18:21:23 +12:00
version = "0.27.3"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2022-08-22 11:30:39 +12:00
2022-09-23 18:05:11 +12:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
2022-08-22 11:30:39 +12:00
[[package]]
name = "hermit-abi"
2023-07-21 18:21:23 +12:00
version = "0.3.2"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-03-14 17:48:57 +13:00
[[package]]
name = "is-terminal"
2023-07-21 18:21:23 +12:00
version = "0.4.9"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2023-03-14 17:48:57 +13:00
dependencies = [
"hermit-abi",
"rustix",
"windows-sys",
2022-08-22 11:30:39 +12:00
]
[[package]]
name = "is_ci"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
2022-07-21 08:43:13 +12:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-07-21 18:21:23 +12:00
version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2023-03-14 17:48:57 +13:00
[[package]]
name = "linux-raw-sys"
2023-07-21 18:21:23 +12:00
version = "0.4.3"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
2023-03-14 17:48:57 +13:00
2022-08-22 11:30:39 +12:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "miette"
version = "5.10.0"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
2022-08-22 11:30:39 +12:00
dependencies = [
"backtrace",
"backtrace-ext",
2023-03-14 17:48:57 +13:00
"is-terminal",
2022-08-22 11:30:39 +12:00
"miette-derive",
"once_cell",
"owo-colors",
"supports-color",
"supports-hyperlinks",
"supports-unicode",
"terminal_size",
2023-06-09 18:03:52 +12:00
"textwrap",
2022-08-22 11:30:39 +12:00
"thiserror",
"unicode-width",
]
[[package]]
name = "miette-derive"
version = "5.10.0"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
2022-08-22 11:30:39 +12:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-08-22 11:30:39 +12:00
]
[[package]]
name = "miniz_oxide"
2023-07-21 18:21:23 +12:00
version = "0.7.1"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2022-08-22 11:30:39 +12:00
dependencies = [
"adler",
]
[[package]]
name = "object"
2023-07-21 18:21:23 +12:00
version = "0.31.1"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2022-08-22 11:30:39 +12:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-07-21 18:21:23 +12:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-08-09 12:39:52 +12:00
[[package]]
2023-06-09 18:03:52 +12:00
name = "outrun-parser"
2022-08-09 12:39:52 +12:00
version = "0.1.0"
2022-08-22 11:30:39 +12:00
dependencies = [
"lazy_static",
2022-08-22 11:30:39 +12:00
"miette",
"pest",
"pest_derive",
2022-08-22 11:30:39 +12:00
"thiserror",
2022-08-09 12:39:52 +12:00
]
2022-08-22 11:30:39 +12:00
[[package]]
name = "owo-colors"
2022-12-28 18:47:47 +13:00
version = "3.5.0"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 18:47:47 +13:00
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2022-08-22 11:30:39 +12:00
[[package]]
name = "pest"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d2d1d55045829d65aad9d389139882ad623b33b904e7c9f1b10c5b8927298e5"
dependencies = [
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f94bca7e7a599d89dea5dfa309e217e7906c3c007fb9c3299c40b10d6a315d3"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d490fe7e8556575ff6911e45567ab95e71617f43781e5c05490dc8d75c965c"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2674c66ebb4b4d9036012091b537aae5878970d6999f81a265034d85b136b341"
dependencies = [
"once_cell",
"pest",
2023-01-12 01:48:12 +13:00
"sha2",
]
[[package]]
name = "proc-macro2"
2023-07-21 18:21:23 +12:00
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-07-21 18:21:23 +12:00
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
2022-07-17 12:30:28 +12:00
dependencies = [
"proc-macro2",
2022-07-17 12:30:28 +12:00
]
2022-08-22 11:30:39 +12:00
[[package]]
name = "regex"
2023-07-21 18:21:23 +12:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.3"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
2022-08-22 11:30:39 +12:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-07-21 18:21:23 +12:00
version = "0.7.4"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2022-08-22 11:30:39 +12:00
[[package]]
name = "rustc-demangle"
2023-07-21 18:21:23 +12:00
version = "0.1.23"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-08-22 11:30:39 +12:00
2023-03-14 17:48:57 +13:00
[[package]]
name = "rustix"
2023-07-21 18:21:23 +12:00
version = "0.38.4"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
2023-03-14 17:48:57 +13:00
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
2022-08-04 17:38:00 +12:00
[[package]]
2023-01-12 01:48:12 +13:00
name = "sha2"
2023-07-21 18:21:23 +12:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2022-08-04 17:38:00 +12:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2022-08-04 17:38:00 +12:00
]
2022-08-22 11:30:39 +12:00
[[package]]
name = "smawk"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]
name = "supports-color"
2023-03-14 17:48:57 +13:00
version = "2.0.0"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 17:48:57 +13:00
checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354"
2022-08-22 11:30:39 +12:00
dependencies = [
2023-03-14 17:48:57 +13:00
"is-terminal",
2022-08-22 11:30:39 +12:00
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
2023-07-21 18:21:23 +12:00
version = "2.1.0"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d"
2022-08-22 11:30:39 +12:00
dependencies = [
2023-03-14 17:48:57 +13:00
"is-terminal",
2022-08-22 11:30:39 +12:00
]
[[package]]
name = "supports-unicode"
2023-03-14 17:48:57 +13:00
version = "2.0.0"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 17:48:57 +13:00
checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7"
2022-08-22 11:30:39 +12:00
dependencies = [
2023-03-14 17:48:57 +13:00
"is-terminal",
2022-08-22 11:30:39 +12:00
]
2023-06-09 18:03:52 +12:00
[[package]]
name = "syn"
2023-07-21 18:21:23 +12:00
version = "2.0.27"
2023-06-09 18:03:52 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
2023-03-18 14:48:54 +13:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-08-22 11:30:39 +12:00
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "textwrap"
2022-10-25 04:57:58 +13:00
version = "0.15.2"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 04:57:58 +13:00
checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
2022-08-22 11:30:39 +12:00
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
2023-07-21 18:21:23 +12:00
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-07-21 18:21:23 +12:00
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "typenum"
2022-12-14 16:50:11 +13:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 16:50:11 +13:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "ucd-trie"
2023-07-21 18:21:23 +12:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
[[package]]
name = "unicode-ident"
2023-07-21 18:21:23 +12:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2022-08-22 11:30:39 +12:00
[[package]]
name = "unicode-linebreak"
2022-09-30 07:33:13 +13:00
version = "0.1.4"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-30 07:33:13 +13:00
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
2022-08-22 11:30:39 +12:00
dependencies = [
2022-09-23 18:05:11 +12:00
"hashbrown",
2022-08-22 11:30:39 +12:00
"regex",
]
[[package]]
name = "unicode-width"
2022-09-23 18:05:11 +12:00
version = "0.1.10"
2022-08-22 11:30:39 +12:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-23 18:05:11 +12:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-08-22 11:30:39 +12:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-08-22 11:30:39 +12:00
2022-09-23 18:05:11 +12:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-08-22 11:30:39 +12:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
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-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-14 17:48:57 +13:00
[[package]]
name = "windows-sys"
2023-07-21 18:21:23 +12:00
version = "0.48.0"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-03-14 17:48:57 +13:00
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-07-21 18:21:23 +12:00
version = "0.48.1"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2023-03-14 17:48:57 +13:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-07-21 18:21:23 +12:00
version = "0.48.0"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-03-14 17:48:57 +13:00
[[package]]
name = "windows_aarch64_msvc"
2023-07-21 18:21:23 +12:00
version = "0.48.0"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2023-03-14 17:48:57 +13:00
[[package]]
name = "windows_i686_gnu"
2023-07-21 18:21:23 +12:00
version = "0.48.0"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2023-03-14 17:48:57 +13:00
[[package]]
name = "windows_i686_msvc"
2023-07-21 18:21:23 +12:00
version = "0.48.0"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-03-14 17:48:57 +13:00
[[package]]
name = "windows_x86_64_gnu"
2023-07-21 18:21:23 +12:00
version = "0.48.0"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-03-14 17:48:57 +13:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-07-21 18:21:23 +12:00
version = "0.48.0"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2023-03-14 17:48:57 +13:00
[[package]]
name = "windows_x86_64_msvc"
2023-07-21 18:21:23 +12:00
version = "0.48.0"
2023-03-14 17:48:57 +13:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 18:21:23 +12:00
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"