dicedb-rs 0.1.5

Rust SDK for DiceDb.
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 = "dicedb-rs"
version = "0.1.5"
authors = ["Daniel F. Hauge"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for DiceDb."
readme = "README.md"
keywords = [
    "dicedb",
    "sdk",
    "rust",
    "key-value",
    "database",
]
license-file = "LICENSE"
repository = "https://github.com/DanielHauge/dicedb-rs"

[lib]
name = "dicedb_rs"
path = "src/lib.rs"
bench = false

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

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

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

[[bench]]
name = "ops"
path = "benches/ops.rs"
harness = false

[dependencies.chrono]
version = "0.4.40"

[dependencies.prost]
version = "0.12"

[dependencies.prost-types]
version = "0.12"

[dependencies.tonic]
version = "0.12.3"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[build-dependencies.tonic-build]
version = "0.12.3"