wae-distributed 0.0.0

WAE Distributed - 分布式服务支持,分布式锁、分布式ID
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 = "wae-distributed"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Distributed - 分布式服务支持,分布式锁、分布式ID"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-distributed"
documentation = "https://docs.rs/wae-distributed"
readme = "README.md"
keywords = [
    "distributed",
    "lock",
    "id-generator",
    "consensus",
]
categories = [
    "concurrency",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-distributed"
resolver = "2"

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

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.parking_lot]
version = "0.12.5"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.wae-types]
version = "0.0.0"