@@ -7,8 +7,8 @@ natural language translations.
7
7
version = " 0.15.3"
8
8
edition = " 2021"
9
9
authors = [
10
- " Zibi Braniecki <zibi@unicode.org>" ,
11
- " Staś Małolepszy <stas@mozilla.com>"
10
+ " Zibi Braniecki <zibi@unicode.org>" ,
11
+ " Staś Małolepszy <stas@mozilla.com>" ,
12
12
]
13
13
homepage = " http://www.projectfluent.org"
14
14
license = " Apache-2.0 OR MIT"
@@ -17,12 +17,12 @@ readme = "README.md"
17
17
keywords = [" localization" , " l10n" , " i18n" , " intl" , " internationalization" ]
18
18
categories = [" localization" , " internationalization" ]
19
19
include = [
20
- " src/**/*" ,
21
- " benches/*.rs" ,
22
- " Cargo.toml" ,
23
- " README.md" ,
24
- " LICENSE-APACHE" ,
25
- " LICENSE-MIT"
20
+ " src/**/*" ,
21
+ " benches/*.rs" ,
22
+ " Cargo.toml" ,
23
+ " README.md" ,
24
+ " LICENSE-APACHE" ,
25
+ " LICENSE-MIT" ,
26
26
]
27
27
28
28
[dependencies ]
@@ -31,14 +31,14 @@ fluent-syntax.workspace = true
31
31
intl_pluralrules.workspace = true
32
32
rustc-hash.workspace = true
33
33
unic-langid.workspace = true
34
- intl-memoizer = { path = " ../intl-memoizer" }
34
+ intl-memoizer = { version = " 0.5.2 " , path = " ../intl-memoizer" }
35
35
self_cell = " 0.10"
36
36
smallvec = " 1"
37
37
38
38
[dev-dependencies ]
39
39
criterion.workspace = true
40
40
iai.workspace = true
41
- serde = { workspace = true , features = [" derive" ]}
41
+ serde = { workspace = true , features = [" derive" ] }
42
42
unic-langid = { workspace = true , features = [" macros" ] }
43
43
rand = " 0.8"
44
44
serde_yaml = " 0.8"
0 commit comments