sierradb-client 0.2.2

SierraDB Rust client - type-safe client library for SierraDB event store
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 = "2021"
name = "sierradb-client"
version = "0.2.2"
authors = ["Ari Seyhun <dev@tqwewe.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SierraDB Rust client - type-safe client library for SierraDB event store"
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"
resolver = "3"

[features]
aio = ["redis/aio"]
cluster = ["redis/cluster"]
default = [
    "aio",
    "tokio-comp",
]
tokio-comp = [
    "aio",
    "dep:tokio",
    "redis/tokio-comp",
]

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

[[example]]
name = "cbor"
path = "examples/cbor.rs"

[[example]]
name = "comprehensive_test"
path = "examples/comprehensive_test.rs"

[[example]]
name = "get"
path = "examples/get.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "subscription"
path = "examples/subscription.rs"

[dependencies.futures-util]
version = "0.3"

[dependencies.redis]
version = "0.32"

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

[dependencies.sierradb-protocol]
version = "0.2.2"

[dependencies.tokio]
version = "1.48"
features = ["sync"]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.18"
features = [
    "serde",
    "v5",
]

[dev-dependencies.ciborium]
version = "0.2"

[dev-dependencies.redis]
version = "0.32"
features = ["cluster"]

[dev-dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dev-dependencies.uuid]
version = "1.18"
features = [
    "serde",
    "v4",
    "v5",
]