tinykv 0.1.0

A simple, file-backed, human-readable key-value store with TTL support
Documentation
[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3.20.0"

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

[package]
authors = ["Hasan YILDIZ <info@hasanyildiz.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures", "filesystem", "config", "embedded"]
description = "A simple, file-backed, human-readable key-value store with TTL support"
edition = "2024"
homepage = "https://github.com/hsnyildiz/tinykv"
keywords = ["key-value", "storage", "json", "embedded", "simple"]
license = "MIT"
name = "tinykv"
readme = "README.md"
repository = "https://github.com/hsnyildiz/tinykv"
version = "0.1.0"