unfmt 0.2.3

A compile-time pattern matching library that reverses the interpolation process of `format!`.
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 = "2021"
name = "unfmt"
version = "0.2.3"
authors = ["Mathematic Inc"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compile-time pattern matching library that reverses the interpolation process of `format!`."
readme = "README.md"
keywords = [
    "unformat",
    "pattern-matching",
    "format",
    "parsing",
    "no-std",
]
categories = [
    "no-std",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/mathematic-inc/unfmt"

[lib]
name = "unfmt"
path = "unfmt.rs"

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

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

[dependencies.bstr]
version = "1.9.1"

[dependencies.unfmt_macros]
version = "0.2.3"