# 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 = "crunchert-storage" version = "0.1.2" authors = ["Isaac "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Storage mechanism for the WIP CruncheRT timeseries DB." readme = "README.md" keywords = [ "crunchert", "timeseries", "tsdb", ] categories = [ "database", "database-implementations", ] license = "Apache-2.0" repository = "https://github.com/WolfEYc/crunchert-storage" [lib] name = "crunchert_storage" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.dashmap] version = "6.1.0" features = ["inline"] [dependencies.itertools] version = "0.13.0" [dependencies.memmap2] version = "0.9.5" [dependencies.pco] version = "0.3.1" [dependencies.postcard] version = "1.0.10" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "full", "tracing", ]