langcodec 0.7.0

Universal localization file toolkit for Rust. Supports Apple, Android, and CSV formats.
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 = "langcodec"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal localization file toolkit for Rust. Supports Apple, Android, and CSV formats."
homepage = "https://github.com/WendellXY/langcodec"
documentation = "https://docs.rs/langcodec"
readme = "README.md"
keywords = [
    "localization",
    "i18n",
    "l10n",
    "android",
    "apple",
]
categories = [
    "internationalization",
    "localization",
    "encoding",
]
license = "MIT"
repository = "https://github.com/WendellXY/langcodec"
resolver = "2"

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

[dependencies.csv]
version = "1.3"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.encoding_rs_io]
version = "0.1"

[dependencies.indoc]
version = "2.0.6"

[dependencies.lazy_static]
version = "1.4"

[dependencies.quick-xml]
version = "0.37.5"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.unic-langid]
version = "0.9.6"

[dev-dependencies.tempfile]
version = "3.8"