]>
Commit | Line | Data |
---|---|---|
891f78b7 SW |
1 | # This file is automatically @generated by Cargo. |
2 | # It is not intended for manual editing. | |
3 | version = 3 | |
4 | ||
79d78cde SW |
5 | [[package]] |
6 | name = "csv" | |
7 | version = "1.3.0" | |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
9 | checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" | |
10 | dependencies = [ | |
11 | "csv-core", | |
12 | "itoa", | |
13 | "ryu", | |
14 | "serde", | |
15 | ] | |
16 | ||
17 | [[package]] | |
18 | name = "csv-core" | |
19 | version = "0.1.11" | |
20 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
21 | checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" | |
22 | dependencies = [ | |
23 | "memchr", | |
24 | ] | |
25 | ||
26 | [[package]] | |
27 | name = "itoa" | |
28 | version = "1.0.9" | |
29 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
30 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" | |
31 | ||
32 | [[package]] | |
33 | name = "memchr" | |
34 | version = "2.6.4" | |
35 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
36 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" | |
37 | ||
38 | [[package]] | |
39 | name = "proc-macro2" | |
40 | version = "1.0.69" | |
41 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
42 | checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" | |
43 | dependencies = [ | |
44 | "unicode-ident", | |
45 | ] | |
46 | ||
47 | [[package]] | |
48 | name = "quote" | |
49 | version = "1.0.33" | |
50 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
51 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" | |
52 | dependencies = [ | |
53 | "proc-macro2", | |
54 | ] | |
55 | ||
56 | [[package]] | |
57 | name = "ryu" | |
58 | version = "1.0.15" | |
59 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
60 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" | |
61 | ||
62 | [[package]] | |
63 | name = "serde" | |
64 | version = "1.0.188" | |
65 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
66 | checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" | |
67 | dependencies = [ | |
68 | "serde_derive", | |
69 | ] | |
70 | ||
71 | [[package]] | |
72 | name = "serde_derive" | |
73 | version = "1.0.188" | |
74 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
75 | checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" | |
76 | dependencies = [ | |
77 | "proc-macro2", | |
78 | "quote", | |
79 | "syn", | |
80 | ] | |
81 | ||
82 | [[package]] | |
83 | name = "syn" | |
84 | version = "2.0.38" | |
85 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
86 | checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" | |
87 | dependencies = [ | |
88 | "proc-macro2", | |
89 | "quote", | |
90 | "unicode-ident", | |
91 | ] | |
92 | ||
891f78b7 SW |
93 | [[package]] |
94 | name = "tattlekey-server" | |
48e03c9c | 95 | version = "0.1.0" |
79d78cde SW |
96 | dependencies = [ |
97 | "csv", | |
98 | "serde", | |
99 | ] | |
100 | ||
101 | [[package]] | |
102 | name = "unicode-ident" | |
103 | version = "1.0.12" | |
104 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
105 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |