localize_it 1.4.4

Simple and fast library for localization
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"
rust-version = "1.85.0"
name = "localize_it"
version = "1.4.4"
authors = ["Ivan Sarnitskii <ivan.sarnitskiy@mail.ru>"]
build = false
exclude = [
    ".github",
    "benches",
    "tests",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple and fast library for localization"
homepage = "https://github.com/ZenKerr/localize_it"
documentation = "https://docs.rs/localize_it"
readme = "README.md"
keywords = [
    "localization",
    "l10n",
    "internationalization",
    "i18n",
    "translation",
]
categories = [
    "localization",
    "internationalization",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZenKerr/localize_it"

[features]
borsh = ["borsh/derive"]
miniserde = ["dep:miniserde"]
nanoserde_binary = ["nanoserde/binary"]
nanoserde_json = ["nanoserde/json"]
nanoserde_ron = ["nanoserde/ron"]
serde = ["serde/derive"]

[lib]
name = "localize_it"
path = "src/lib.rs"
doctest = false

[dependencies.borsh]
version = "1.6.0"
optional = true
default-features = false

[dependencies.miniserde]
version = "0.1.45"
optional = true
default-features = false

[dependencies.nanoserde]
version = "0.2.1"
optional = true
default-features = false

[dependencies.serde]
version = "1.0.228"
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.8.1"
default-features = false

[dev-dependencies.serde_assert]
version = "0.8.0"