etcd-txn-parser 0.2.3

An etcd transaction parser
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 = "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"