localize_it 1.4.0

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.0"
authors = ["Ivan Sarnitskii <ivan.sarnitskiy@mail.ru>"]
build = false
exclude = [
    ".github",
    "/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"]
serde = ["serde/derive"]

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

[dependencies.borsh]
version = "1.6.0"
optional = true

[dependencies.miniserde]
version = "0.1.45"
optional = true

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

[dev-dependencies.serde_json]
version = "1.0.149"