Skip to content

Commit 4d03bc5

Browse files
committed
meta
1 parent e749f92 commit 4d03bc5

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

components/icu/Cargo.toml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ icu_timezone = { version = "1.2.0", path = "../timezone", default-features = fal
4545

4646
# Experimental components
4747
icu_casemapping = { version = "0.7.1", path = "../../experimental/casemapping", default-features = false, optional = true }
48+
icu_compactdecimal = { version = "0.2.0", path = "../../experimental/compactdecimal", default-features = false, optional = true }
4849
icu_displaynames = { version = "0.10.0", path = "../../experimental/displaynames", default-features = false, optional = true }
4950
icu_relativetime = { version = "0.1.0", path = "../../experimental/relativetime", default-features = false, optional = true }
50-
icu_compactdecimal = { version = "0.2.0", path = "../../experimental/compactdecimal", default-features = false, optional = true }
5151

5252
# For docs links
5353
icu_provider = { version = "1.2.0", path = "../../provider/core", default-features = false }
@@ -73,8 +73,8 @@ std = [
7373
"icu_locid/std",
7474
"icu_normalizer/std",
7575
"icu_plurals/std",
76-
"icu_relativetime?/std",
7776
"icu_properties/std",
77+
"icu_relativetime?/std",
7878
"icu_segmenter/std",
7979
"icu_timezone/std",
8080
]
@@ -91,8 +91,8 @@ serde = [
9191
"icu_locid/serde",
9292
"icu_normalizer/serde",
9393
"icu_plurals/serde",
94-
"icu_relativetime?/serde",
9594
"icu_properties/serde",
95+
"icu_relativetime?/serde",
9696
"icu_segmenter/serde",
9797
"icu_timezone/serde",
9898
]
@@ -104,10 +104,27 @@ icu_datetime_experimental = [
104104
]
105105
experimental = [
106106
"icu_casemapping",
107+
"icu_compactdecimal",
107108
"icu_datetime_experimental",
108109
"icu_displaynames",
109110
"icu_relativetime",
110-
"icu_compactdecimal",
111+
]
112+
data = [
113+
"icu_calendar/data",
114+
"icu_casemapping?/data",
115+
"icu_collator/data",
116+
"icu_compactdecimal?/data",
117+
"icu_datetime/data",
118+
"icu_decimal/data",
119+
"icu_displaynames?/data",
120+
"icu_list/data",
121+
"icu_locid_transform/data",
122+
"icu_normalizer/data",
123+
"icu_plurals/data",
124+
"icu_properties/data",
125+
"icu_relativetime?/data",
126+
"icu_segmenter/data",
127+
"icu_timezone/data",
111128
]
112129

113130
[package.metadata.cargo-all-features]

0 commit comments

Comments
 (0)