logfmt-zerocopy 0.1.3

A lightweight parser for Logfmt
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 = "logfmt-zerocopy"
version = "0.1.3"
authors = ["shshemi <shshemi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight parser for Logfmt"
homepage = "https://github.com/shshemi/logfmt-zerocopy"
documentation = "https://docs.rs/logfmt-zerocopy/latest/logfmt-zerocopy/"
readme = "README.md"
keywords = [
    "logfmt",
    "zerocopy",
    "parsing",
]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/shshemi/logfmt-zerocopy"

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

[dependencies]