anki/rslib/i18n/Cargo.toml
Damien Elmes b4f4df0030 Pin chrono; update compatible Rust crates
Also pin reqwest in our other crates
2022-11-30 12:38:10 +10:00

35 lines
881 B
TOML

[package]
name = "anki_i18n"
build = "build/main.rs"
publish = false
description = "Anki's Rust library i18n code"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
name = "anki_i18n"
path = "src/lib.rs"
[build-dependencies]
fluent-syntax = "0.11.0"
fluent = "0.16.0"
unic-langid = { version = "0.9.1", features = ["macros"] }
serde = { version = "1.0.148", features = ["derive"] }
serde_json = "1.0.89"
inflections = "1.1.1"
[dependencies]
fluent = "0.16.0"
fluent-bundle = "0.15.2"
intl-memoizer = "0.5.1"
num-format = "0.4.3"
phf = { version = "0.11.1", features = ["macros"] }
serde = { version = "1.0.148", features = ["derive"] }
serde_json = "1.0.89"
unic-langid = { version = "0.9.1", features = ["macros"] }
workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }