@@ -45,9 +45,9 @@ icu_timezone = { version = "1.2.0", path = "../timezone", default-features = fal
45
45
46
46
# Experimental components
47
47
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 }
48
49
icu_displaynames = { version = " 0.10.0" , path = " ../../experimental/displaynames" , default-features = false , optional = true }
49
50
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 }
51
51
52
52
# For docs links
53
53
icu_provider = { version = " 1.2.0" , path = " ../../provider/core" , default-features = false }
@@ -73,8 +73,8 @@ std = [
73
73
" icu_locid/std" ,
74
74
" icu_normalizer/std" ,
75
75
" icu_plurals/std" ,
76
- " icu_relativetime?/std" ,
77
76
" icu_properties/std" ,
77
+ " icu_relativetime?/std" ,
78
78
" icu_segmenter/std" ,
79
79
" icu_timezone/std" ,
80
80
]
@@ -91,8 +91,8 @@ serde = [
91
91
" icu_locid/serde" ,
92
92
" icu_normalizer/serde" ,
93
93
" icu_plurals/serde" ,
94
- " icu_relativetime?/serde" ,
95
94
" icu_properties/serde" ,
95
+ " icu_relativetime?/serde" ,
96
96
" icu_segmenter/serde" ,
97
97
" icu_timezone/serde" ,
98
98
]
@@ -104,10 +104,27 @@ icu_datetime_experimental = [
104
104
]
105
105
experimental = [
106
106
" icu_casemapping" ,
107
+ " icu_compactdecimal" ,
107
108
" icu_datetime_experimental" ,
108
109
" icu_displaynames" ,
109
110
" 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" ,
111
128
]
112
129
113
130
[package .metadata .cargo-all-features ]
0 commit comments