[package]
edition = "2024"
name = "kevy-scope"
version = "1.26.6"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scoped multi-writer ownership table for kevy — per-prefix writer + fallback + MOVE-SCOPE quiesce-window migration."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-scope"
readme = "README.md"
keywords = [
"kevy",
"redis",
"cluster",
"scope",
"multi-writer",
]
categories = [
"database",
"api-bindings",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"
[lib]
name = "kevy_scope"
path = "src/lib.rs"
[dependencies]
[lints.clippy.all]
level = "deny"
priority = 0
[lints.rust]
warnings = "deny"