rta 0.0.2

Ṛta (ऋत) is a minimal metadata store for durable system state
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 = "rta"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ṛta (ऋत) is a minimal metadata store for durable system state"
readme = "README.md"
keywords = [
    "rta",
    "database",
    "persistence",
    "storage",
]
categories = [
    "caching",
    "database-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/frozen-lab/rta"
resolver = "2"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "aarch64-unknown-linux-gnu",
    "aarch64-apple-darwin",
]
additional-targets = ["i686-apple-darwin"]

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

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

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

[dependencies.frozen-core]
version = "0.0.18"
features = [
    "crc32",
    "fmmap",
]
default-features = false

[dependencies.rta-derive]
version = "0.3.0"

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