safflower 1.0.0

A localising tool with macros to statically allocate formattable text.
Documentation
[dependencies.safflower-core]
version = "1.0.0"

[dependencies.safflower-macro]
version = "1.0.0"

[dev-dependencies.quote]
version = "1.0.42"

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

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[package]
authors = ["nscathic"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["internationalization", "localization"]
description = "A localising tool with macros to statically allocate formattable text."
edition = "2024"
exclude = ["src/bin"]
homepage = "https://nscathic.eu/projects/safflower.html"
keywords = ["localisation", "localization", "language", "formatting"]
license = "MIT"
name = "safflower"
readme = "readme.md"
repository = "https://github.com/nscathic/safflower"
version = "1.0.0"