| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "arbitrary" |
| 7 |
version = "1.4.2" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
| 10 |
dependencies = [ |
| 11 |
"derive_arbitrary", |
| 12 |
] |
| 13 |
|
| 14 |
[[package]] |
| 15 |
name = "cc" |
| 16 |
version = "1.4.2" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e" |
| 19 |
dependencies = [ |
| 20 |
"find-msvc-tools", |
| 21 |
"jobserver", |
| 22 |
"libc", |
| 23 |
"shlex", |
| 24 |
] |
| 25 |
|
| 26 |
[[package]] |
| 27 |
name = "cfg-if" |
| 28 |
version = "1.0.4" |
| 29 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 31 |
|
| 32 |
[[package]] |
| 33 |
name = "derive_arbitrary" |
| 34 |
version = "1.4.2" |
| 35 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 |
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" |
| 37 |
dependencies = [ |
| 38 |
"proc-macro2", |
| 39 |
"quote", |
| 40 |
"syn", |
| 41 |
] |
| 42 |
|
| 43 |
[[package]] |
| 44 |
name = "find-msvc-tools" |
| 45 |
version = "0.1.10" |
| 46 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 |
checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de" |
| 48 |
|
| 49 |
[[package]] |
| 50 |
name = "getrandom" |
| 51 |
version = "0.4.3" |
| 52 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 |
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| 54 |
dependencies = [ |
| 55 |
"cfg-if", |
| 56 |
"libc", |
| 57 |
"r-efi", |
| 58 |
] |
| 59 |
|
| 60 |
[[package]] |
| 61 |
name = "jobserver" |
| 62 |
version = "0.1.35" |
| 63 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 64 |
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" |
| 65 |
dependencies = [ |
| 66 |
"getrandom", |
| 67 |
"libc", |
| 68 |
] |
| 69 |
|
| 70 |
[[package]] |
| 71 |
name = "libc" |
| 72 |
version = "0.2.189" |
| 73 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 |
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| 75 |
|
| 76 |
[[package]] |
| 77 |
name = "libfuzzer-sys" |
| 78 |
version = "0.4.13" |
| 79 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 |
checksum = "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2" |
| 81 |
dependencies = [ |
| 82 |
"arbitrary", |
| 83 |
"cc", |
| 84 |
] |
| 85 |
|
| 86 |
[[package]] |
| 87 |
name = "proc-macro2" |
| 88 |
version = "1.0.107" |
| 89 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 90 |
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| 91 |
dependencies = [ |
| 92 |
"unicode-ident", |
| 93 |
] |
| 94 |
|
| 95 |
[[package]] |
| 96 |
name = "quote" |
| 97 |
version = "1.0.47" |
| 98 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 99 |
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| 100 |
dependencies = [ |
| 101 |
"proc-macro2", |
| 102 |
] |
| 103 |
|
| 104 |
[[package]] |
| 105 |
name = "r-efi" |
| 106 |
version = "6.0.0" |
| 107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 109 |
|
| 110 |
[[package]] |
| 111 |
name = "shlex" |
| 112 |
version = "2.0.1" |
| 113 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 |
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 115 |
|
| 116 |
[[package]] |
| 117 |
name = "subst" |
| 118 |
version = "0.1.0" |
| 119 |
|
| 120 |
[[package]] |
| 121 |
name = "subst-fuzz" |
| 122 |
version = "0.0.0" |
| 123 |
dependencies = [ |
| 124 |
"libfuzzer-sys", |
| 125 |
"subst", |
| 126 |
] |
| 127 |
|
| 128 |
[[package]] |
| 129 |
name = "syn" |
| 130 |
version = "2.0.119" |
| 131 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 |
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| 133 |
dependencies = [ |
| 134 |
"proc-macro2", |
| 135 |
"quote", |
| 136 |
"unicode-ident", |
| 137 |
] |
| 138 |
|
| 139 |
[[package]] |
| 140 |
name = "unicode-ident" |
| 141 |
version = "1.0.24" |
| 142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 144 |
|
| 145 |
[[patch.unused]] |
| 146 |
name = "kberg" |
| 147 |
version = "0.1.0" |
| 148 |
|
| 149 |
[[patch.unused]] |
| 150 |
name = "painhours" |
| 151 |
version = "0.1.0" |
| 152 |
|
| 153 |
[[patch.unused]] |
| 154 |
name = "tagtree" |
| 155 |
version = "0.4.0" |
| 156 |
|
| 157 |
[[patch.unused]] |
| 158 |
name = "quasi-axum" |
| 159 |
version = "0.1.0" |
| 160 |
|
| 161 |
[[patch.unused]] |
| 162 |
name = "quasi-http" |
| 163 |
version = "0.1.0" |
| 164 |
|
| 165 |
[[patch.unused]] |
| 166 |
name = "quasi-router" |
| 167 |
version = "0.1.0" |
| 168 |
|
| 169 |
[[patch.unused]] |
| 170 |
name = "quasi-store" |
| 171 |
version = "0.1.0" |
| 172 |
|
| 173 |
[[patch.unused]] |
| 174 |
name = "quasi-tauri" |
| 175 |
version = "0.1.0" |
| 176 |
|
| 177 |
[[patch.unused]] |
| 178 |
name = "quasi-webview" |
| 179 |
version = "0.1.0" |
| 180 |
|
| 181 |
[[patch.unused]] |
| 182 |
name = "synckit-client" |
| 183 |
version = "0.8.0" |
| 184 |
|
| 185 |
[[patch.unused]] |
| 186 |
name = "synckit-config" |
| 187 |
version = "0.2.0" |
| 188 |
|
| 189 |
[[patch.unused]] |
| 190 |
name = "docengine" |
| 191 |
version = "0.5.0" |
| 192 |
|