kora-core 0.2.0

Core data structures, shard engine, and memory management for Kōra
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 = "2021"
rust-version = "1.82"
name = "kora-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data structures, shard engine, and memory management for Kōra"
readme = false
license = "MIT"
repository = "https://github.com/Augani/Kora"

[features]
default = ["vector"]
observability = ["dep:kora-observability"]
simulation = []
vector = ["dep:kora-vector"]

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

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

[[bench]]
name = "engine"
path = "benches/engine.rs"
harness = false

[dependencies.ahash]
version = "0.8"

[dependencies.bytes]
version = "1"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.kora-observability]
version = "0.2.0"
optional = true

[dependencies.kora-vector]
version = "0.2.0"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.8"