Tue, 08 Dec 2020 23:44:49 -0700
Initial
0 | 1 | # This file is automatically @generated by Cargo. |
2 | # It is not intended for manual editing. | |
3 | [[package]] | |
4 | name = "aho-corasick" | |
5 | version = "0.7.15" | |
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
7 | checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" | |
8 | dependencies = [ | |
9 | "memchr", | |
10 | ] | |
11 | ||
12 | [[package]] | |
13 | name = "lazy_static" | |
14 | version = "1.4.0" | |
15 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
16 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
17 | ||
18 | [[package]] | |
19 | name = "memchr" | |
20 | version = "2.3.4" | |
21 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
22 | checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" | |
23 | ||
24 | [[package]] | |
25 | name = "regex" | |
26 | version = "1.4.2" | |
27 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
28 | checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" | |
29 | dependencies = [ | |
30 | "aho-corasick", | |
31 | "memchr", | |
32 | "regex-syntax", | |
33 | "thread_local", | |
34 | ] | |
35 | ||
36 | [[package]] | |
37 | name = "regex-syntax" | |
38 | version = "0.6.21" | |
39 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
40 | checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" | |
41 | ||
42 | [[package]] | |
43 | name = "steamid" | |
44 | version = "0.1.0" | |
45 | dependencies = [ | |
46 | "regex", | |
47 | ] | |
48 | ||
49 | [[package]] | |
50 | name = "thread_local" | |
51 | version = "1.0.1" | |
52 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
53 | checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" | |
54 | dependencies = [ | |
55 | "lazy_static", | |
56 | ] |