unfmt 0.3.2

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"
rust-version = "1.81"
name = "unfmt"
version = "0.3.2"
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 = [
    "format",
    "no-std",
    "parsing",
    "pattern-matching",
    "unformat",
]
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.13.1"

[dependencies.unfmt_macros]
version = "0.3.2"

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"
restriction = "warn"

[lints.clippy.as_conversions]
level = "allow"
priority = 1

[lints.clippy.blanket_clippy_restriction_lints]
level = "allow"
priority = 1

[lints.clippy.exhaustive_enums]
level = "allow"
priority = 1

[lints.clippy.exhaustive_structs]
level = "allow"
priority = 1

[lints.clippy.expect_used]
level = "allow"
priority = 1

[lints.clippy.implicit_return]
level = "allow"
priority = 1

[lints.clippy.missing_docs_in_private_items]
level = "allow"
priority = 1

[lints.clippy.missing_trait_methods]
level = "allow"
priority = 1

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1

[lints.clippy.needless_borrowed_reference]
level = "allow"
priority = 1

[lints.clippy.pub_use]
level = "allow"
priority = 1

[lints.clippy.question_mark_used]
level = "allow"
priority = 1

[lints.clippy.ref_patterns]
level = "allow"
priority = 1

[lints.clippy.self-named-module-files]
level = "allow"
priority = 1

[lints.clippy.separated_literal_suffix]
level = "allow"
priority = 1

[lints.clippy.shadow_reuse]
level = "allow"
priority = 1

[lints.clippy.shadow_same]
level = "allow"
priority = 1

[lints.clippy.single_call_fn]
level = "allow"
priority = 1

[lints.clippy.unreachable]
level = "allow"
priority = 1