# 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.3.0" authors = ["Falco Hirschenberger "] build = 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" 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.91" features = ["backtrace"] [dependencies.chrono] version = "0.4.38" [dependencies.flate2] version = "1.0" [dependencies.image] version = "0.25.4" [dependencies.metrics] version = "0.24.0" [dependencies.sled] version = "0.34.7" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1" features = [ "tokio", "async_tokio", ] [dev-dependencies.metrics-exporter-prometheus] version = "0.16.0" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tracing-subscriber] version = "0.3.18"