archivist 0.4.5

Store files in a time or index based directory hierarchy, automatically deleting the oldest files if the size limit is reached
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"
name = "archivist"
version = "0.4.5"
authors = ["Falco Hirschenberger <falco.hirschenberger@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Store files in a time or index based directory hierarchy, automatically deleting the oldest files if the size limit is reached"
homepage = "https://gitlab.com/hirschenberger/archivist"
documentation = "https://docs.rs/archivist/latest/archivist"
readme = "README.md"
keywords = [
    "database",
    "data-structures",
    "filesystem",
]
license = "MIT"
repository = "https://gitlab.com/hirschenberger/archivist"

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

[[example]]
name = "metrics"
path = "examples/metrics.rs"

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

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

[dependencies.anyhow]
version = "1.0.102"
features = ["backtrace"]

[dependencies.chrono]
version = "0.4.44"

[dependencies.flate2]
version = "1.1"

[dependencies.image]
version = "0.25.10"

[dependencies.metrics]
version = "0.24.3"

[dependencies.sled]
version = "0.34.7"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.turbojpeg]
version = "1.4"
optional = true

[dev-dependencies.criterion]
version = "0.8.2"
features = ["async_tokio"]

[dev-dependencies.metrics-exporter-prometheus]
version = "0.18.1"

[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.tracing-subscriber]
version = "0.3.23"