yyds 0.0.1

YYDS client library for connecting to a YYDS cluster
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 = "yyds"
version = "0.0.1"
authors = ["YY Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YYDS client library for connecting to a YYDS cluster"
homepage = "https://github.com/yy-database/yyds"
readme = "readme.md"
license = "MPL-2.0"
repository = "https://github.com/yy-database/yyds"

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

[dependencies.uuid]
version = "1.21.0"
features = [
    "v4",
    "v7",
    "serde",
]

[dependencies.we-trust]
version = "0.0.1"

[dependencies.yyds-types]
version = "0.0.1"

[dependencies.yykv-operators]
version = "0.0.1"

[dependencies.yykv-types]
version = "0.0.1"