• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "pin-project"
7version = "1.1.8"
8dependencies = [
9 "pin-project-internal",
10 "rustversion",
11 "static_assertions",
12]
13
14[[package]]
15name = "pin-project-internal"
16version = "1.1.8"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
19dependencies = [
20 "proc-macro2",
21 "quote",
22 "syn",
23]
24
25[[package]]
26name = "proc-macro2"
27version = "1.0.92"
28source = "registry+https://github.com/rust-lang/crates.io-index"
29checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
30dependencies = [
31 "unicode-ident",
32]
33
34[[package]]
35name = "quote"
36version = "1.0.38"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
39dependencies = [
40 "proc-macro2",
41]
42
43[[package]]
44name = "rustversion"
45version = "1.0.19"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
48
49[[package]]
50name = "static_assertions"
51version = "1.1.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
54
55[[package]]
56name = "syn"
57version = "2.0.95"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a"
60dependencies = [
61 "proc-macro2",
62 "quote",
63 "unicode-ident",
64]
65
66[[package]]
67name = "unicode-ident"
68version = "1.0.14"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
71