kevy-elect 2.0.20

Quorum-based primary failover for kevy (v3 cluster series, Phase 1.5).
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 = "kevy-elect"
version = "2.0.20"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quorum-based primary failover for kevy (v3 cluster series, Phase 1.5)."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-elect"
readme = "README.md"
keywords = [
    "election",
    "quorum",
    "failover",
    "kevy",
    "replication",
]
categories = [
    "database",
    "network-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"

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

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

[dependencies.kevy-resp]
version = "2.0.0"

[lints.clippy.all]
level = "deny"
priority = 0

[lints.rust]
warnings = "deny"