localization 0.1.5

t! macro, the easiest way.
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 = "localization"
version = "0.1.5"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "t! macro, the easiest way."
documentation = "https://docs.rs/localization"
readme = "README.md"
categories = [
    "localization",
    "internationalization",
]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/neodyland/localization"

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

[dependencies.localization-macros]
version = "0.1.4"