# 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 = "tsdb_timon" version = "1.0.7" authors = ["Ahmed Boutaraa "] description = "Efficient local storage and Amazon S3-compatible data synchronization for time-series data, leveraging Parquet for storage and DataFusion for querying, all wrapped in a simple and intuitive API." readme = "README.md" keywords = [ "parquet", "datafusion", "apache-arrow", "tsdb", "S3-storage-sync", ] categories = [ "embedded", "database", "filesystem", "os::android-apis", ] license = "Apache-2.0" repository = "https://github.com/mongrov/timon" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 debug = 0 split-debuginfo = "off" panic = "abort" strip = "symbols" [lib] name = "tsdb_timon" crate-type = [ "staticlib", "cdylib", "lib", ] [dependencies.arrow] version = "52.0.0" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.38" [dependencies.datafusion] version = "39.0" [dependencies.jni] version = "0.21.1" [dependencies.libc] version = "0.2.155" [dependencies.object_store] version = "0.10.2" features = ["aws"] optional = true [dependencies.parquet] version = "52.0.0" features = ["arrow"] [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.2" optional = true [features] s3_sync = [ "object_store", "url", ]