formatx 0.3.0

A macro for formatting non literal strings at runtime in Rust
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 = "formatx"
version = "0.3.0"
authors = ["clitic <clitic21@gmail.com>"]
build = false
exclude = ["images"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A macro for formatting non literal strings at runtime in Rust"
documentation = "https://docs.rs/formatx"
readme = "README.md"
keywords = [
    "string",
    "runtime",
    "format",
    "template",
]
categories = [
    "rust-patterns",
    "template-engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/clitic/formatx"

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

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "language"
path = "examples/language.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "struct"
path = "examples/struct.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies]