kevy-rt 1.24.0

kevy thread-per-core shared-nothing runtime — pure Rust, zero deps.
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-rt"
version = "1.24.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "kevy thread-per-core shared-nothing runtime — pure Rust, zero deps."
readme = "README.md"
keywords = [
    "redis",
    "thread-per-core",
    "shared-nothing",
    "runtime",
    "reactor",
]
categories = [
    "network-programming",
    "concurrency",
    "database-implementations",
]
license = "Apache-2.0 OR MIT"

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

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

[dependencies.kevy-config]
version = "1.19.0"

[dependencies.kevy-hash]
version = "1.19.0"

[dependencies.kevy-map]
version = "1.19.0"

[dependencies.kevy-persist]
version = "1.19.0"

[dependencies.kevy-replicate]
version = "1.19.0"

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

[dependencies.kevy-ring]
version = "1.19.0"

[dependencies.kevy-store]
version = "1.19.0"

[dependencies.kevy-sys]
version = "1.19.0"

[target."cfg(loom)".dependencies.loom]
version = "0.7"

[target.'cfg(target_os = "linux")'.dependencies.kevy-uring]
version = "1.19.0"

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

[lints.rust]
warnings = "deny"