exocortex-cache 0.1.0

Exocortex local read path: ArcSwap lock-free snapshots, 2Q admission, and zero-allocation search/traverse over the org graph.
# 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"
name = "exocortex-cache"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exocortex local read path: ArcSwap lock-free snapshots, 2Q admission, and zero-allocation search/traverse over the org graph."
readme = false
license = "AGPL-3.0-or-later"

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

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

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

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

[dependencies.arc-swap]
version = "1.7"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dashmap]
version = "6"

[dependencies.exocortex-kernel]
version = "0.1.0"

[dependencies.exocortex-storage]
version = "0.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.lasso]
version = "0.7"
features = ["multi-threaded"]

[dependencies.lru]
version = "0.12"

[dependencies.metrics]
version = "0.23"

[dependencies.parking_lot]
version = "0.12"

[dependencies.petgraph]
version = "0.6"

[dependencies.roaring]
version = "0.10"

[dependencies.smallvec]
version = "1"
features = [
    "serde",
    "const_generics",
]

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.exocortex-pack-dev-v1]
version = "0.1.0"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.stats_alloc]
version = "0.1"