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