i18n-runtime 0.2.0

Fast i18n runtime for Rust (phf-backed generated support)
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 = "i18n-runtime"
version = "0.2.0"
authors = ["Sumit Kumar <sharansumitkumar@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast i18n runtime for Rust (phf-backed generated support)"
readme = "README.md"
keywords = [
    "i18n",
    "localization",
    "phf",
]
categories = [
    "internationalization",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sumitsharansatsangi/i18n-runtime"

[features]
default = ["runtime-json"]
runtime-json = [
    "serde",
    "serde_json",
]

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

[dependencies.phf]
version = "0.14.0"
features = ["macros"]

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true