sierradb-protocol 0.2.2

Shared protocol types and utilities for SierraDB
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 = "sierradb-protocol"
version = "0.2.2"
authors = ["Ari Seyhun <dev@tqwewe.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared protocol types and utilities for SierraDB"
homepage = "https://github.com/tqwewe/sierradb"
readme = false
keywords = [
    "database",
    "event-sourcing",
    "distributed",
    "redis",
    "event-store",
]
categories = [
    "database-implementations",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/tqwewe/sierradb"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.strum]
version = "0.27"
features = ["derive"]