# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.61" name = "l10n_core" version = "0.1.1" authors = ["Mathieu Tricoire "] description = "Core crate for l10n." homepage = "https://github.com/MathieuTricoire/l10n" documentation = "https://docs.rs/l10n" readme = "README.md" keywords = [ "l10n", "localization", "i18n", "internationalization", "macros", ] categories = [ "localization", "internationalization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MathieuTricoire/l10n" [dependencies.fluent-bundle] version = "0.15" [dependencies.fluent-syntax] version = "0.11" [dependencies.intl-memoizer] version = "0.5" [dependencies.self_cell] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.unic-langid] version = "0.9" features = [ "macros", "serde", ] [dev-dependencies.indoc] version = "1.0" [dev-dependencies.macro_files] version = "0.1" [dev-dependencies.tempfile] version = "3.3"