sparkv 0.2.0

Expirable in-memory key-value store with per-entry TTL and zero dependencies
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.70"
name = "sparkv"
version = "0.2.0"
authors = ["U-Zyn Chua <chua@uzyn.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Expirable in-memory key-value store with per-entry TTL and zero dependencies"
homepage = "https://github.com/uzyn/sparkv"
documentation = "https://docs.rs/sparkv"
readme = "README.md"
keywords = [
    "key-value",
    "ttl",
    "cache",
    "in-memory",
    "no-dependencies",
]
categories = [
    "database-implementations",
    "data-structures",
    "caching",
]
license = "MIT"
repository = "https://github.com/uzyn/sparkv"

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

[dependencies]