format-like 0.6.0

Macro for creating format-like macros with any kind of output
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 = "format-like"
version = "0.6.0"
authors = ["AhoyISki"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro for creating format-like macros with any kind of output"
readme = "README.md"
keywords = [
    "macro",
    "text",
]
categories = [
    "rust-patterns",
    "value-formatting",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/AhoyISki/format-like"

[lib]
name = "format_like"
path = "src/lib.rs"
proc-macro = true

[dependencies.litrs]
version = "1.0.0"