formatter-builder 0.1.5

The safe and stable builder for fmt::Formatter
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 = "formatter-builder"
version = "0.1.5"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The safe and stable builder for fmt::Formatter"
readme = "README.md"
keywords = [
    "no_std",
    "formatter",
    "builder",
    "new",
    "make",
]
categories = [
    "no-std",
    "no-std::no-alloc",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/A4-Tacks/formatter-builder-rs"

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

[dependencies]