• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "cc"
7version = "1.1.25"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "e8d9e0b4957f635b8d3da819d0db5603620467ecf1f692d22a8c2717ce27e6d8"
10dependencies = [
11 "shlex",
12]
13
14[[package]]
15name = "compiler_builtins"
16version = "0.1.133"
17dependencies = [
18 "cc",
19 "rustc-std-workspace-core",
20]
21
22[[package]]
23name = "rustc-std-workspace-core"
24version = "1.0.0"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
27
28[[package]]
29name = "shlex"
30version = "1.3.0"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
33