sand_clock 0.3.0

HashMap with timeouts.
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 = "sand_clock"
version = "0.3.0"
authors = ["Camille Le Pennec <camille.lpennec@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HashMap with timeouts."
readme = "README.md"
keywords = [
    "activity",
    "timeout",
    "heartbeat",
    "session",
    "ephemeral",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Cm3lp8/SandClock"

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

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.log]
version = "0.4.27"

[dependencies.rayon]
version = "1.10.0"