1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
4name = "half"
5version = "1.4.0"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "9ff54597ea139063f4225f1ec47011b03c9de4a486957ff3fc506881dac951d0"
8
9[[package]]
10name = "proc-macro2"
11version = "1.0.7"
12source = "registry+https://github.com/rust-lang/crates.io-index"
13checksum = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc"
14dependencies = [
15 "unicode-xid",
16]
17
18[[package]]
19name = "quote"
20version = "1.0.2"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
23dependencies = [
24 "proc-macro2",
25]
26
27[[package]]
28name = "serde"
29version = "1.0.104"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
32
33[[package]]
34name = "serde_cbor"
35version = "0.11.2"
36dependencies = [
37 "half",
38 "serde",
39 "serde_derive",
40]
41
42[[package]]
43name = "serde_derive"
44version = "1.0.104"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
47dependencies = [
48 "proc-macro2",
49 "quote",
50 "syn",
51]
52
53[[package]]
54name = "syn"
55version = "1.0.13"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8"
58dependencies = [
59 "proc-macro2",
60 "quote",
61 "unicode-xid",
62]
63
64[[package]]
65name = "unicode-xid"
66version = "0.2.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
69