diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index f09d0c9..0000000 --- a/Cargo.lock +++ /dev/null | |||
@@ -1,104 +0,0 @@ | |||
1 | # This file is automatically @generated by Cargo. | ||
2 | # It is not intended for manual editing. | ||
3 | version = 3 | ||
4 | |||
5 | [[package]] | ||
6 | name = "anyhow" | ||
7 | version = "1.0.43" | ||
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
9 | checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" | ||
10 | |||
11 | [[package]] | ||
12 | name = "autocfg" | ||
13 | version = "1.0.1" | ||
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
15 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | ||
16 | |||
17 | [[package]] | ||
18 | name = "cbitset" | ||
19 | version = "0.2.0" | ||
20 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
21 | checksum = "29b6ad25ae296159fb0da12b970b2fe179b234584d7cd294c891e2bbb284466b" | ||
22 | dependencies = [ | ||
23 | "num-traits", | ||
24 | ] | ||
25 | |||
26 | [[package]] | ||
27 | name = "countme" | ||
28 | version = "2.0.4" | ||
29 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
30 | checksum = "328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58" | ||
31 | |||
32 | [[package]] | ||
33 | name = "hashbrown" | ||
34 | version = "0.9.1" | ||
35 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
36 | checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" | ||
37 | |||
38 | [[package]] | ||
39 | name = "memoffset" | ||
40 | version = "0.6.4" | ||
41 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
42 | checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" | ||
43 | dependencies = [ | ||
44 | "autocfg", | ||
45 | ] | ||
46 | |||
47 | [[package]] | ||
48 | name = "nix-analyzer" | ||
49 | version = "0.1.0" | ||
50 | dependencies = [ | ||
51 | "anyhow", | ||
52 | "rnix", | ||
53 | ] | ||
54 | |||
55 | [[package]] | ||
56 | name = "num-traits" | ||
57 | version = "0.2.14" | ||
58 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
59 | checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" | ||
60 | dependencies = [ | ||
61 | "autocfg", | ||
62 | ] | ||
63 | |||
64 | [[package]] | ||
65 | name = "rnix" | ||
66 | version = "0.9.0" | ||
67 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
68 | checksum = "1b37f8af07a0354606141df076458660af7e22238e4117a041c21c548080addd" | ||
69 | dependencies = [ | ||
70 | "cbitset", | ||
71 | "rowan", | ||
72 | "smol_str", | ||
73 | ] | ||
74 | |||
75 | [[package]] | ||
76 | name = "rowan" | ||
77 | version = "0.12.6" | ||
78 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
79 | checksum = "a1b36e449f3702f3b0c821411db1cbdf30fb451726a9456dce5dabcd44420043" | ||
80 | dependencies = [ | ||
81 | "countme", | ||
82 | "hashbrown", | ||
83 | "memoffset", | ||
84 | "rustc-hash", | ||
85 | "text-size", | ||
86 | ] | ||
87 | |||
88 | [[package]] | ||
89 | name = "rustc-hash" | ||
90 | version = "1.1.0" | ||
91 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
92 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" | ||
93 | |||
94 | [[package]] | ||
95 | name = "smol_str" | ||
96 | version = "0.1.18" | ||
97 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
98 | checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" | ||
99 | |||
100 | [[package]] | ||
101 | name = "text-size" | ||
102 | version = "1.1.0" | ||
103 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
104 | checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a" | ||