# 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" rust-version = "1.56" name = "tstorage" version = "0.1.0" authors = ["Daniel Gil "] exclude = ["tests/fixtures/*"] description = "Embedded time-series database" readme = "README.md" keywords = [ "timeseries", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dpgil/tstorage-rs" [[bench]] name = "insert" harness = false [dependencies.anyhow] version = "1.0.66" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.criterion] version = "0.4.0" [dependencies.dashmap] version = "5.4.0" [dependencies.log] version = "0.4.17" [dependencies.memmap] version = "0.7.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.40" [dependencies.tsz] version = "0.1.4"