tpt-logfmt-parse 0.1.0

Zero-copy, high-performance logfmt (key=value) parser with no dependencies
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.71"
name = "tpt-logfmt-parse"
version = "0.1.0"
authors = ["TPT Solutions"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-copy, high-performance logfmt (key=value) parser with no dependencies"
readme = "README.md"
keywords = [
    "logfmt",
    "log",
    "parser",
    "structured-logging",
    "key-value",
]
categories = [
    "parsing",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tpt-solutions/tpt-data-parsers"

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

[[example]]
name = "logfmt"
path = "examples/logfmt.rs"

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