[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]