rta 0.0.3

Ṛ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"
rust-version = "1.86.0"
name = "rta"
version = "0.0.3"
build = false
exclude = [
    ".github/",
    "shell.nix",
    "SECURITY.md",
    "CONTRIBUTING.md",
    "CODE_OF_CONDUCT.md",
]
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 = "test"
path = "tests/test.rs"

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

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

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

[dependencies.frozen-core]
version = "0.0.30"
features = [
    "ack",
    "error",
    "hints",
    "crc32",
    "fmmap",
]
default-features = false

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

[dev-dependencies.hdrhistogram]
version = "7.5.4"

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