@@ -7,47 +7,51 @@ license.workspace = true
7
7
rust-version.workspace = true
8
8
9
9
[dependencies ]
10
- thiserror = " 1"
11
- serde = { version = " 1" , features = [" derive" ] }
12
- serde_json = { version = " 1" , features = [" preserve_order" ] }
10
+ thiserror.workspace = true
11
+ serde.workspace = true
12
+ serde_json.workspace = true
13
+ regex.workspace = true
14
+ tracing.workspace = true
15
+ url.workspace = true
16
+ itertools.workspace = true
17
+ concat-in-place.workspace = true
18
+ constcat.workspace = true
19
+ indexmap.workspace = true
20
+
13
21
serde_yaml = " 0.9"
14
22
yaml-rust = " 0.4"
15
23
percent-encoding = " 2"
16
24
pest = " 2"
17
25
pest_derive = " 2"
18
- regex = " 1"
19
26
validator = { version = " 0.18" , features = [" derive" ] }
20
- scraper = { version = " 0.19" , features = [" deterministic" ] }
21
27
chrono = { version = " 0.4" , features = [" serde" ] }
28
+
29
+ scraper = { version = " 0.20" , features = [" deterministic" ] }
22
30
lol_html = " 1"
23
31
html-escape = " 0.2"
24
32
html5ever = " 0.27"
25
- tracing = " 0.1"
33
+ ego-tree = " 0.6"
34
+
26
35
ignore = " 0.4"
27
36
crossbeam-channel = " 0.5"
28
37
rayon = " 1"
29
38
enum_dispatch = " 0.3"
30
39
icu_collator = " 1"
31
40
icu_locid = " 1"
32
41
strum = { version = " 0.26" , features = [" derive" ] }
33
- ego-tree = " 0.6"
34
- url = " 2"
35
42
imagesize = " 0.13"
36
43
svg_metadata = " 0.5"
37
- itertools = " 0.13"
38
44
memoize = " 0.4"
39
- concat-in-place = " 1"
40
- indexmap = " 2"
41
- constcat = " 0.5"
42
45
phf_macros = " 0.11"
43
46
phf = " 0.11"
44
47
45
- rari-utils = { path = " ../rari-utils" }
46
- rari-types = { path = " ../rari-types" }
47
- rari-md = { path = " ../rari-md" }
48
- rari-data = { path = " ../rari-data" }
49
- rari-templ-func = { path = " ../rari-templ-func" }
50
- rari-l10n = { path = " ../rari-l10n" }
48
+ rari-utils.workspace = true
49
+ rari-types.workspace = true
50
+ rari-md.workspace = true
51
+ rari-data.workspace = true
52
+ rari-templ-func.workspace = true
53
+ rari-l10n.workspace = true
54
+
51
55
css-syntax = { path = " ../css-syntax" , features = [" rari" ] }
52
56
53
57
[dev-dependencies ]
0 commit comments