tsdb_timon 1.1.3

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.
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 = "tsdb_timon"
version = "1.1.3"
authors = ["Ahmed Boutaraa <ahmed@mongrov.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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",
]
license = "Apache-2.0"
repository = "https://github.com/mongrov/timon"

[features]
cloud_server = [
    "actix-web",
    "actix-web-httpauth",
    "jsonwebtoken",
    "log",
    "env_logger",
]
dev_cli = ["clap"]

[lib]
name = "tsdb_timon"
crate-type = [
    "staticlib",
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[[bin]]
name = "tsdb_timon"
path = "src/main.rs"

[dependencies.actix-web]
version = "4.9.0"
optional = true

[dependencies.actix-web-httpauth]
version = "0.8.2"
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.10.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
version = "4.5.27"
features = ["derive"]
optional = true

[dependencies.datafusion]
version = "46.0.0"

[dependencies.env_logger]
version = "0.11.6"
optional = true

[dependencies.fs2]
version = "0.4.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.jni]
version = "0.21.1"

[dependencies.json-rules-engine]
version = "0.9.4"

[dependencies.jsonwebtoken]
version = "9.3.0"
optional = true

[dependencies.libc]
version = "0.2.155"

[dependencies.log]
version = "0.4.25"
optional = true

[dependencies.object_store]
version = "0.11.2"
features = ["aws"]

[dependencies.regex]
version = "1.10.6"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.138"

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

[dependencies.url]
version = "2.5.2"

[dependencies.zeroize]
version = "1.7"
features = ["zeroize_derive"]

[dev-dependencies.tempfile]
version = "3.19.0"

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
debug = 0
split-debuginfo = "off"
panic = "abort"
strip = "symbols"