hitbox-feoxdb 0.2.0

FeOxDB backend for Hitbox cache with per-key TTL support
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.91.1"
name = "hitbox-feoxdb"
version = "0.2.0"
authors = ["Hitbox team <mail@hitbox.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FeOxDB backend for Hitbox cache with per-key TTL support"
readme = "README.md"
keywords = [
    "cache",
    "backend",
    "feoxdb",
    "embedded",
    "hitbox",
]
categories = [
    "caching",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/hit-box/hitbox/"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "2"
features = [
    "serde",
    "alloc",
]

[dependencies.bytes]
version = "1"
features = ["serde"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.feoxdb]
version = "0.5"

[dependencies.hitbox-backend]
version = "0.2"

[dependencies.hitbox-core]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
]
default-features = false

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]
default-features = false