@@ -7,8 +7,8 @@ natural language translations.
77version = " 0.15.3"
88edition = " 2021"
99authors = [
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>" ,
1212]
1313homepage = " http://www.projectfluent.org"
1414license = " Apache-2.0 OR MIT"
@@ -17,12 +17,12 @@ readme = "README.md"
1717keywords = [" localization" , " l10n" , " i18n" , " intl" , " internationalization" ]
1818categories = [" localization" , " internationalization" ]
1919include = [
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" ,
2626]
2727
2828[dependencies ]
@@ -31,14 +31,14 @@ fluent-syntax.workspace = true
3131intl_pluralrules.workspace = true
3232rustc-hash.workspace = true
3333unic-langid.workspace = true
34- intl-memoizer = { path = " ../intl-memoizer" }
34+ intl-memoizer = { version = " 0.5.2 " , path = " ../intl-memoizer" }
3535self_cell = " 0.10"
3636smallvec = " 1"
3737
3838[dev-dependencies ]
3939criterion.workspace = true
4040iai.workspace = true
41- serde = { workspace = true , features = [" derive" ]}
41+ serde = { workspace = true , features = [" derive" ] }
4242unic-langid = { workspace = true , features = [" macros" ] }
4343rand = " 0.8"
4444serde_yaml = " 0.8"
0 commit comments