[package]
edition = "2024"
name = "etcd-txn-parser"
version = "0.2.3"
authors = ["Akanoa <dev@guern.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An etcd transaction parser"
homepage = "https://github.com/Akanoa/etcd-txn-parser"
documentation = "https://docs.rs/etcd-txn-parser"
readme = "Readme.md"
keywords = [
"elyze",
"parser",
"etcd",
]
license-file = "LICENSE"
repository = "https://github.com/Akanoa/etcd-txn-parser"
[lib]
name = "etcd_txn_parser"
path = "src/lib.rs"
[[example]]
name = "parse"
path = "examples/parse.rs"
[[test]]
name = "unit"
path = "tests/unit.rs"
[dependencies.elyze]
version = "1.5.4"