itools-localization 0.0.1

Internationalization support for iTools
Documentation
# 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 = "2024"
name = "itools-localization"
version = "0.0.1"
authors = ["Aster <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internationalization support for iTools"
homepage = "https://github.com/oovm/iTools"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/oovm/iTools/tree/dev/compilers/itools-localization"
resolver = "2"

[features]
default = [
    "json",
    "toml",
    "yaml",
]
json = ["oak-json"]
toml = ["oak-toml"]
yaml = ["oak-yaml"]

[lib]
name = "itools_localization"
path = "src/lib.rs"

[[test]]
name = "fluent_test"
path = "tests/fluent_test.rs"

[[test]]
name = "i18n_test"
path = "tests/i18n_test.rs"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.lru]
version = "0.16"

[dependencies.oak-fluent]
version = "0.0.9"

[dependencies.oak-json]
version = "0.0.9"
optional = true

[dependencies.oak-toml]
version = "0.0.9"
optional = true

[dependencies.oak-yaml]
version = "0.0.9"
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.assert_matches]
version = "1.5"