1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 19:49:20 +03:00
nil/Cargo.lock

1724 lines
43 KiB
Plaintext
Raw Normal View History

2022-07-18 05:39:12 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-07 23:07:18 +03:00
[[package]]
name = "addr2line"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aho-corasick"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
dependencies = [
"memchr",
]
2023-07-07 19:24:16 +03:00
[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstyle"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
[[package]]
name = "anyhow"
2023-08-07 04:45:39 +03:00
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]]
name = "argh"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e"
dependencies = [
"argh_derive",
"argh_shared",
]
[[package]]
name = "argh_derive"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6"
dependencies = [
"argh_shared",
"proc-macro2",
"quote",
2023-04-03 20:02:40 +03:00
"syn 1.0.109",
]
[[package]]
name = "argh_shared"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f"
2023-04-17 06:21:52 +03:00
[[package]]
name = "async-lsp"
version = "0.0.5"
2023-05-01 20:26:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72bd600f2652d2cccb0a33ab4f92d163ab3930844c8b0ad3713a5ae3285eeb4e"
2023-04-17 06:21:52 +03:00
dependencies = [
"futures",
"lsp-types",
"pin-project-lite",
"rustix",
2023-04-17 06:21:52 +03:00
"serde",
"serde_json",
"thiserror",
"tokio",
"tower-layer",
"tower-service",
"tracing",
"waitpid-any",
2023-04-17 06:21:52 +03:00
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-07-07 23:07:18 +03:00
[[package]]
name = "backtrace"
version = "0.3.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-07 23:07:18 +03:00
[[package]]
name = "bitflags"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2022-09-22 13:26:56 +03:00
[[package]]
name = "builtin"
version = "0.0.0"
dependencies = [
"phf",
"phf_codegen",
"serde",
"serde_json",
]
2023-07-07 19:24:16 +03:00
[[package]]
name = "bumpalo"
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2023-04-17 06:21:52 +03:00
[[package]]
name = "bytes"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2023-07-07 19:24:16 +03:00
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2023-04-17 06:21:52 +03:00
[[package]]
name = "cc"
2023-08-07 04:45:39 +03:00
version = "1.0.81"
2023-04-17 06:21:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0"
dependencies = [
"libc",
]
2023-04-17 06:21:52 +03:00
2022-07-18 19:14:23 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-07-07 19:24:16 +03:00
[[package]]
name = "ciborium"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
[[package]]
name = "ciborium-ll"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
dependencies = [
"ciborium-io",
"half",
]
[[package]]
name = "clap"
2023-08-07 04:45:39 +03:00
version = "4.3.19"
2023-07-07 19:24:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
2023-07-07 19:24:16 +03:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2023-08-07 04:45:39 +03:00
version = "4.3.19"
2023-07-07 19:24:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
2023-07-07 19:24:16 +03:00
dependencies = [
"anstyle",
"clap_lex",
]
[[package]]
name = "clap_lex"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2023-01-28 18:48:56 +03:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "countme"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
2023-07-07 19:24:16 +03:00
[[package]]
name = "criterion"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
dependencies = [
"anes",
"cast",
"ciborium",
"clap",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
"num-traits",
"once_cell",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
"itertools 0.10.5",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset 0.9.0",
"scopeguard",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "crossbeam-utils"
2023-06-23 09:14:46 +03:00
version = "0.8.16"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-07-18 19:14:23 +03:00
dependencies = [
"cfg-if",
]
[[package]]
name = "dissimilar"
2023-08-07 04:45:39 +03:00
version = "1.0.7"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
2022-07-18 19:14:23 +03:00
2022-08-09 02:25:57 +03:00
[[package]]
name = "either"
2023-08-07 04:45:39 +03:00
version = "1.9.0"
2022-08-09 02:25:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2022-08-09 02:25:57 +03:00
2023-06-24 06:04:59 +03:00
[[package]]
name = "equivalent"
2023-08-07 04:45:39 +03:00
version = "1.0.1"
2023-06-24 06:04:59 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-06-24 06:04:59 +03:00
2023-04-17 06:21:52 +03:00
[[package]]
name = "errno"
2023-08-07 04:45:39 +03:00
version = "0.3.2"
2023-04-17 06:21:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
2023-04-17 06:21:52 +03:00
dependencies = [
"errno-dragonfly",
"libc",
2023-06-23 09:14:46 +03:00
"windows-sys",
2023-04-17 06:21:52 +03: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-18 19:14:23 +03:00
[[package]]
name = "expect-test"
2023-03-02 01:23:12 +03:00
version = "1.4.1"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-02 01:23:12 +03:00
checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
2022-07-18 19:14:23 +03:00
dependencies = [
"dissimilar",
"once_cell",
]
[[package]]
name = "form_urlencoded"
2023-06-23 09:14:46 +03:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
dependencies = [
"percent-encoding",
]
2023-04-17 06:21:52 +03:00
[[package]]
name = "futures"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-io"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-macro"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
"quote",
2023-08-07 04:45:39 +03:00
"syn 2.0.28",
2023-04-17 06:21:52 +03:00
]
[[package]]
name = "futures-sink"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
[[package]]
name = "futures-task"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
[[package]]
name = "futures-util"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2023-07-07 23:07:18 +03:00
[[package]]
name = "gimli"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2023-07-07 19:24:16 +03:00
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2022-07-18 19:14:23 +03:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-06-24 06:04:59 +03:00
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2022-07-18 19:14:23 +03:00
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2023-04-17 06:21:52 +03:00
[[package]]
name = "hermit-abi"
2023-07-07 23:07:18 +03:00
version = "0.3.2"
2023-04-17 06:21:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-04-17 06:21:52 +03:00
2022-09-05 20:54:33 +03:00
[[package]]
name = "ide"
version = "0.0.0"
dependencies = [
"anyhow",
2022-09-22 13:26:56 +03:00
"builtin",
2022-09-05 20:54:33 +03:00
"either",
"expect-test",
"if_chain",
2023-06-24 06:04:59 +03:00
"indexmap 2.0.0",
2023-07-07 19:24:16 +03:00
"itertools 0.11.0",
2022-09-05 20:54:33 +03:00
"la-arena",
"nix-interop",
2023-02-04 00:28:05 +03:00
"once_cell",
2022-09-05 20:54:33 +03:00
"ordered-float",
"salsa",
2023-02-17 16:09:26 +03:00
"smallvec",
2022-09-05 20:54:33 +03:00
"smol_str",
"syntax",
2022-11-09 22:24:59 +03:00
"url",
2022-09-05 20:54:33 +03:00
]
[[package]]
name = "idna"
2023-06-23 09:14:46 +03:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "if_chain"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
2022-07-18 19:14:23 +03:00
[[package]]
name = "indexmap"
2023-04-03 20:02:40 +03:00
version = "1.9.3"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-03 20:02:40 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-07-18 19:14:23 +03:00
dependencies = [
"autocfg",
2023-06-24 06:04:59 +03:00
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
2022-07-18 19:14:23 +03:00
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "is-terminal"
2023-07-07 23:07:18 +03:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
"hermit-abi",
"rustix",
2023-06-23 09:14:46 +03:00
"windows-sys",
]
2023-07-07 19:24:16 +03:00
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itertools"
2023-06-23 09:14:46 +03:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-08-07 04:45:39 +03:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2023-07-07 19:24:16 +03:00
[[package]]
name = "js-sys"
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
dependencies = [
"wasm-bindgen",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "la-arena"
2023-06-23 09:14:46 +03:00
version = "0.3.1"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306"
2022-07-18 19:14:23 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-07-18 19:14:23 +03:00
[[package]]
name = "libc"
2023-07-07 23:07:18 +03:00
version = "0.2.147"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2022-07-18 19:14:23 +03:00
2023-07-07 23:07:18 +03:00
[[package]]
name = "linux-raw-sys"
2023-08-07 04:45:39 +03:00
version = "0.4.5"
2023-07-07 23:07:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
2023-07-07 23:07:18 +03:00
2022-07-18 19:14:23 +03:00
[[package]]
name = "lock_api"
2023-06-23 09:14:46 +03:00
version = "0.4.10"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-07-18 19:14:23 +03:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-06-23 09:14:46 +03:00
version = "0.4.19"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2022-07-18 19:14:23 +03:00
[[package]]
name = "lsp-types"
2023-02-10 22:11:19 +03:00
version = "0.94.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 22:11:19 +03:00
checksum = "0b63735a13a1f9cd4f4835223d828ed9c2e35c8c5e61837774399f558b6a1237"
dependencies = [
2023-07-07 23:07:18 +03:00
"bitflags 1.3.2",
"serde",
"serde_json",
"serde_repr",
"url",
]
[[package]]
name = "macro_rules_attribute"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
dependencies = [
"macro_rules_attribute-proc_macro",
"paste",
]
[[package]]
name = "macro_rules_attribute-proc_macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
2022-07-22 21:22:58 +03:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-07-18 19:14:23 +03:00
[[package]]
name = "memoffset"
2023-04-03 20:02:40 +03:00
version = "0.8.0"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-03 20:02:40 +03:00
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2022-07-18 19:14:23 +03:00
dependencies = [
"autocfg",
]
2023-07-07 19:24:16 +03:00
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
2023-07-07 23:07:18 +03:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2023-04-17 06:21:52 +03:00
[[package]]
name = "mio"
2023-06-23 09:14:46 +03:00
version = "0.8.8"
2023-04-17 06:21:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2023-04-17 06:21:52 +03:00
dependencies = [
"libc",
"wasi",
2023-06-23 09:14:46 +03:00
"windows-sys",
2023-04-17 06:21:52 +03:00
]
2022-07-18 05:39:12 +03:00
[[package]]
name = "nil"
version = "0.0.0"
2022-07-18 19:14:23 +03:00
dependencies = [
2023-01-24 17:40:36 +03:00
"anyhow",
"argh",
2023-04-17 06:21:52 +03:00
"async-lsp",
2023-01-28 18:48:56 +03:00
"codespan-reporting",
2022-09-05 20:54:33 +03:00
"ide",
"log",
"lsp-types",
"macro_rules_attribute",
"nix-interop",
"rustix",
"serde",
2022-09-05 20:54:33 +03:00
"serde_json",
"slab",
2023-05-31 13:36:01 +03:00
"ssr",
2023-03-11 17:51:43 +03:00
"syntax",
2022-09-05 20:54:33 +03:00
"text-size",
2023-04-17 06:21:52 +03:00
"tokio",
"tower",
2022-09-05 20:54:33 +03:00
"tracing",
"tracing-subscriber",
2022-07-18 19:14:23 +03:00
]
[[package]]
name = "nix-interop"
version = "0.0.0"
dependencies = [
"anyhow",
"rustix",
"serde",
"serde_json",
"serde_repr",
2023-03-13 10:34:49 +03:00
"syntax",
2023-07-08 21:18:25 +03:00
"thiserror",
2023-04-17 20:12:44 +03:00
"tokio",
]
2022-07-24 01:28:54 +03:00
[[package]]
name = "num-traits"
2023-08-07 04:45:39 +03:00
version = "0.2.16"
2022-07-24 01:28:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2022-07-24 01:28:54 +03:00
dependencies = [
"autocfg",
]
2023-07-07 19:24:16 +03:00
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
2023-07-07 23:07:18 +03:00
[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
dependencies = [
"memchr",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "once_cell"
2023-06-23 09:14:46 +03:00
version = "1.18.0"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-07-18 19:14:23 +03:00
[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2022-07-24 01:28:54 +03:00
[[package]]
name = "ordered-float"
2023-05-01 20:26:16 +03:00
version = "3.7.0"
2022-07-24 01:28:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-01 20:26:16 +03:00
checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213"
2022-07-24 01:28:54 +03:00
dependencies = [
"num-traits",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core 0.8.6",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2023-06-23 09:14:46 +03:00
"parking_lot_core 0.9.8",
2022-07-18 19:14:23 +03:00
]
[[package]]
name = "parking_lot_core"
2022-12-30 00:15:23 +03:00
version = "0.8.6"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 00:15:23 +03:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2022-07-18 19:14:23 +03:00
dependencies = [
"cfg-if",
"instant",
"libc",
2023-06-23 09:14:46 +03:00
"redox_syscall 0.2.16",
2022-07-18 19:14:23 +03:00
"smallvec",
"winapi",
]
[[package]]
name = "parking_lot_core"
2023-06-23 09:14:46 +03:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
dependencies = [
"cfg-if",
"libc",
2023-06-23 09:14:46 +03:00
"redox_syscall 0.3.5",
"smallvec",
2023-06-23 09:14:46 +03:00
"windows-targets",
]
[[package]]
name = "paste"
2023-08-07 04:45:39 +03:00
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
[[package]]
name = "percent-encoding"
2023-06-23 09:14:46 +03:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2022-07-31 16:28:14 +03:00
[[package]]
name = "phf"
2023-07-07 23:07:18 +03:00
version = "0.11.2"
2022-07-31 16:28:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2022-07-31 16:28:14 +03:00
dependencies = [
"phf_shared",
]
[[package]]
2022-09-22 13:26:56 +03:00
name = "phf_codegen"
2023-07-07 23:07:18 +03:00
version = "0.11.2"
2022-07-31 16:28:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2022-07-31 16:28:14 +03:00
dependencies = [
2022-09-22 13:26:56 +03:00
"phf_generator",
2022-07-31 16:28:14 +03:00
"phf_shared",
]
[[package]]
2022-09-22 13:26:56 +03:00
name = "phf_generator"
2023-07-07 23:07:18 +03:00
version = "0.11.2"
2022-07-31 16:28:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2022-07-31 16:28:14 +03:00
dependencies = [
"phf_shared",
2022-09-22 13:26:56 +03:00
"rand",
2022-07-31 16:28:14 +03:00
]
[[package]]
name = "phf_shared"
2023-07-07 23:07:18 +03:00
version = "0.11.2"
2022-07-31 16:28:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2022-07-31 16:28:14 +03:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
2023-08-07 04:45:39 +03:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "2c516611246607d0c04186886dbb3a754368ef82c79e9827a802c6d836dd111c"
2023-04-17 06:21:52 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-07-07 19:24:16 +03:00
[[package]]
name = "plotters"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
[[package]]
name = "plotters-svg"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
dependencies = [
"plotters-backend",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "proc-macro2"
2023-08-07 04:45:39 +03:00
version = "1.0.66"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2022-07-18 19:14:23 +03:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-08-07 04:45:39 +03:00
version = "1.0.32"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
2022-07-18 19:14:23 +03:00
dependencies = [
"proc-macro2",
]
2022-07-31 16:28:14 +03:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"rand_core",
]
[[package]]
name = "rand_core"
2022-09-19 02:05:36 +03:00
version = "0.6.4"
2022-07-31 16:28:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 02:05:36 +03:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-07-31 16:28:14 +03:00
2023-07-07 19:24:16 +03:00
[[package]]
name = "rayon"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "redox_syscall"
2022-08-19 21:42:26 +03:00
version = "0.2.16"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-19 21:42:26 +03:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-07-18 19:14:23 +03:00
dependencies = [
2023-07-07 23:07:18 +03:00
"bitflags 1.3.2",
2022-07-18 19:14:23 +03:00
]
2023-06-23 09:14:46 +03:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
2023-07-07 23:07:18 +03:00
"bitflags 1.3.2",
2023-06-23 09:14:46 +03:00
]
2022-08-01 00:04:07 +03:00
[[package]]
name = "regex"
2023-08-07 04:45:39 +03:00
version = "1.9.3"
2022-08-01 00:04:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
2022-08-01 00:04:07 +03:00
dependencies = [
2023-07-07 23:07:18 +03:00
"aho-corasick",
"memchr",
2023-08-07 04:45:39 +03:00
"regex-automata 0.3.6",
"regex-syntax 0.7.4",
2022-08-01 00:04:07 +03:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-01 20:26:16 +03:00
"regex-syntax 0.6.29",
]
2022-07-22 21:22:58 +03:00
[[package]]
name = "regex-automata"
2023-08-07 04:45:39 +03:00
version = "0.3.6"
2022-07-22 21:22:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
2022-07-22 21:22:58 +03:00
dependencies = [
2023-07-07 23:07:18 +03:00
"aho-corasick",
2022-07-22 21:22:58 +03:00
"memchr",
2023-08-07 04:45:39 +03:00
"regex-syntax 0.7.4",
2022-07-22 21:22:58 +03:00
]
[[package]]
name = "regex-syntax"
2023-04-03 20:02:40 +03:00
version = "0.6.29"
2022-07-22 21:22:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-03 20:02:40 +03:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-07-22 21:22:58 +03:00
2023-05-01 20:26:16 +03:00
[[package]]
name = "regex-syntax"
2023-08-07 04:45:39 +03:00
version = "0.7.4"
2023-05-01 20:26:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2023-05-01 20:26:16 +03:00
2022-07-18 19:14:23 +03:00
[[package]]
name = "rowan"
2023-04-03 20:02:40 +03:00
version = "0.15.11"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-03 20:02:40 +03:00
checksum = "64449cfef9483a475ed56ae30e2da5ee96448789fb2aa240a04beb6a055078bf"
2022-07-18 19:14:23 +03:00
dependencies = [
"countme",
2023-06-24 06:04:59 +03:00
"hashbrown 0.12.3",
2023-07-07 19:24:16 +03:00
"memoffset 0.8.0",
2022-07-18 19:14:23 +03:00
"rustc-hash",
"text-size",
]
2023-07-07 23:07:18 +03:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-07-18 19:14:23 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-07-07 23:07:18 +03:00
[[package]]
name = "rustix"
2023-08-07 04:45:39 +03:00
version = "0.38.7"
2023-07-07 23:07:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
2023-07-07 23:07:18 +03:00
dependencies = [
"bitflags 2.3.3",
"errno",
"libc",
"linux-raw-sys",
2023-06-23 09:14:46 +03:00
"windows-sys",
2023-04-17 06:21:52 +03:00
]
[[package]]
name = "ryu"
2023-08-07 04:45:39 +03:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2022-07-18 19:14:23 +03:00
[[package]]
name = "salsa"
2022-07-19 19:16:53 +03:00
version = "0.17.0-pre.2"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-19 19:16:53 +03:00
checksum = "9b223dccb46c32753144d0b51290da7230bb4aedcd8379d6b4c9a474c18bf17a"
2022-07-18 19:14:23 +03:00
dependencies = [
"crossbeam-utils",
2023-06-24 06:04:59 +03:00
"indexmap 1.9.3",
2022-07-18 19:14:23 +03:00
"lock_api",
"log",
"oorandom",
"parking_lot 0.11.2",
2022-07-18 19:14:23 +03:00
"rustc-hash",
"salsa-macros",
"smallvec",
]
[[package]]
name = "salsa-macros"
2022-07-19 19:16:53 +03:00
version = "0.17.0-pre.2"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-19 19:16:53 +03:00
checksum = "ac6c2e352df550bf019da7b16164ed2f7fa107c39653d1311d1bba42d1582ff7"
2022-07-18 19:14:23 +03:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-04-03 20:02:40 +03:00
"syn 1.0.109",
2022-07-18 19:14:23 +03:00
]
2023-07-07 19:24:16 +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",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "scopeguard"
2023-08-07 04:45:39 +03:00
version = "1.2.0"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-07-18 19:14:23 +03:00
2022-07-21 12:23:18 +03:00
[[package]]
name = "serde"
2023-08-07 04:45:39 +03:00
version = "1.0.182"
2022-07-21 12:23:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "bdb30a74471f5b7a1fa299f40b4bf1be93af61116df95465b2b5fc419331e430"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-08-07 04:45:39 +03:00
version = "1.0.182"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "6f4c2c6ea4bc09b5c419012eafcdb0fcef1d9119d626c8f3a0708a5b92d38a70"
dependencies = [
"proc-macro2",
"quote",
2023-08-07 04:45:39 +03:00
"syn 2.0.28",
]
[[package]]
name = "serde_json"
2023-08-07 04:45:39 +03:00
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2023-08-07 04:45:39 +03:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
dependencies = [
"proc-macro2",
"quote",
2023-08-07 04:45:39 +03:00
"syn 2.0.28",
]
2022-07-21 12:23:18 +03:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2023-04-17 20:12:44 +03:00
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
2022-07-31 16:28:14 +03:00
[[package]]
name = "siphasher"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2023-04-17 06:21:52 +03:00
[[package]]
name = "slab"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
dependencies = [
"autocfg",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "smallvec"
2023-07-07 23:07:18 +03:00
version = "1.11.0"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2022-07-18 19:14:23 +03:00
2022-07-21 12:23:18 +03:00
[[package]]
name = "smol_str"
2023-04-13 21:10:49 +03:00
version = "0.2.0"
2022-07-21 12:23:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-13 21:10:49 +03:00
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
2022-07-21 12:23:18 +03:00
dependencies = [
"serde",
]
2023-04-17 06:21:52 +03:00
[[package]]
name = "socket2"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
"winapi",
]
2023-05-31 13:36:01 +03:00
[[package]]
name = "ssr"
version = "0.0.0"
dependencies = [
"anyhow",
"expect-test",
2023-06-24 06:04:59 +03:00
"indexmap 2.0.0",
2023-05-31 13:36:01 +03:00
"smol_str",
"syntax",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "syn"
2023-03-02 01:23:12 +03:00
version = "1.0.109"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-02 01:23:12 +03:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-07-18 19:14:23 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-04-03 20:02:40 +03:00
[[package]]
name = "syn"
2023-08-07 04:45:39 +03:00
version = "2.0.28"
2023-04-03 20:02:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
2023-04-03 20:02:40 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-07-22 21:22:58 +03:00
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
2023-07-07 19:24:16 +03:00
"criterion",
2022-07-22 21:22:58 +03:00
"expect-test",
"once_cell",
2023-08-07 04:45:39 +03:00
"regex-automata 0.3.6",
2022-07-22 21:22:58 +03:00
"rowan",
"walkdir",
2022-07-22 21:22:58 +03:00
]
2023-01-28 18:48:56 +03:00
[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "text-size"
2023-07-07 23:07:18 +03:00
version = "1.1.1"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
2022-07-18 19:14:23 +03:00
2023-04-17 06:21:52 +03:00
[[package]]
name = "thiserror"
2023-08-07 04:45:39 +03:00
version = "1.0.44"
2023-04-17 06:21:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
2023-04-17 06:21:52 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-08-07 04:45:39 +03:00
version = "1.0.44"
2023-04-17 06:21:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
2023-04-17 06:21:52 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-08-07 04:45:39 +03:00
"syn 2.0.28",
2023-04-17 06:21:52 +03:00
]
[[package]]
name = "thread_local"
2023-03-02 01:23:12 +03:00
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-02 01:23:12 +03:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
2023-03-02 01:23:12 +03:00
"cfg-if",
"once_cell",
]
2023-07-07 19:24:16 +03:00
[[package]]
name = "tinytemplate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-02 01:23:12 +03:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-02 01:23:12 +03:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-04-17 06:21:52 +03:00
[[package]]
name = "tokio"
2023-07-07 23:07:18 +03:00
version = "1.29.1"
2023-04-17 06:21:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
2023-04-17 06:21:52 +03:00
dependencies = [
"autocfg",
2023-07-07 23:07:18 +03:00
"backtrace",
2023-04-17 06:21:52 +03:00
"bytes",
"libc",
"mio",
"parking_lot 0.12.1",
2023-04-17 06:21:52 +03:00
"pin-project-lite",
2023-04-17 20:12:44 +03:00
"signal-hook-registry",
2023-04-17 06:21:52 +03:00
"socket2",
2023-04-17 20:12:44 +03:00
"tokio-macros",
2023-06-23 09:14:46 +03:00
"windows-sys",
2023-04-17 06:21:52 +03:00
]
2023-04-17 20:12:44 +03:00
[[package]]
name = "tokio-macros"
2023-05-01 20:26:16 +03:00
version = "2.1.0"
2023-04-17 20:12:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-01 20:26:16 +03:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2023-04-17 20:12:44 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-08-07 04:45:39 +03:00
"syn 2.0.28",
2023-04-17 20:12:44 +03:00
]
2023-04-17 06:21:52 +03:00
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2022-10-21 20:07:02 +03:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 20:07:02 +03:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
2023-04-17 06:21:52 +03:00
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-06-23 09:14:46 +03:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
"proc-macro2",
"quote",
2023-08-07 04:45:39 +03:00
"syn 2.0.28",
]
[[package]]
name = "tracing-core"
2023-05-30 11:56:58 +03:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-30 11:56:58 +03:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-05-01 20:26:16 +03:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-01 20:26:16 +03:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
dependencies = [
"matchers",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "unicode-bidi"
2023-04-03 20:02:40 +03:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-03 20:02:40 +03:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-07-18 19:14:23 +03:00
[[package]]
name = "unicode-ident"
2023-08-07 04:45:39 +03:00
version = "1.0.11"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 04:45:39 +03:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2022-07-18 19:14:23 +03:00
[[package]]
name = "unicode-normalization"
2022-09-19 02:05:36 +03:00
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 02:05:36 +03:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2022-07-18 19:14:23 +03:00
[[package]]
name = "unicode-segmentation"
2023-02-02 22:45:17 +03:00
version = "1.10.1"
2022-07-18 19:14:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 22:45:17 +03:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2022-07-18 19:14:23 +03:00
2023-01-28 18:48:56 +03:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "url"
2023-06-23 09:14:46 +03:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-23 09:14:46 +03:00
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "waitpid-any"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54f8c3c56044fc359f905b72879576a15d49c46d085ed6266a98826716f14033"
dependencies = [
"rustix",
"windows-sys",
]
2023-07-07 19:24:16 +03:00
[[package]]
name = "walkdir"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
dependencies = [
"same-file",
"winapi-util",
]
2023-04-17 06:21:52 +03:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-07-07 19:24:16 +03:00
[[package]]
name = "wasm-bindgen"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-08-07 04:45:39 +03:00
"syn 2.0.28",
2023-07-07 19:24:16 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
2023-08-07 04:45:39 +03:00
"syn 2.0.28",
2023-07-07 19:24:16 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "web-sys"
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-07-18 19:14:23 +03: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"
2023-01-28 18:48:56 +03:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2022-07-18 19:14:23 +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"
2023-04-17 06:21:52 +03:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-06-23 09:14:46 +03:00
"windows-targets",
2023-04-17 06:21:52 +03:00
]
[[package]]
name = "windows-targets"
2023-07-07 23:07:18 +03:00
version = "0.48.1"
2023-04-17 06:21:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-07 23:07:18 +03:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2023-04-17 06:21:52 +03:00
dependencies = [
2023-06-23 09:14:46 +03:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-04-17 06:21:52 +03:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"