dynfmt2 0.4.0

A crate for formatting strings dynamically. Forked from dynfmt.
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 = "dynfmt2"
version = "0.4.0"
authors = ["Joel Natividad"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A crate for formatting strings dynamically. Forked from dynfmt.
"""
homepage = "https://github.com/dathere/dynfmt2"
documentation = "https://docs.rs/dynfmt2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dathere/dynfmt2"

[package.metadata.docs.rs]
all-features = true

[features]
curly = ["regex"]
default = ["json"]
json = ["serde_json"]
python = ["regex"]

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

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

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

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

[dependencies.erased-serde]
version = "0.4"

[dependencies.regex]
version = "1"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2.0"