netsky-db 0.1.7

netsky observability database
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 = "2024"
name = "netsky-db"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "netsky observability database"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lostmygithubaccount/netsky"
resolver = "2"

[lib]
name = "netsky_db"
path = "src/lib.rs"

[[test]]
name = "concurrent"
path = "tests/concurrent.rs"

[[test]]
name = "load"
path = "tests/load.rs"

[[bench]]
name = "meta_db_backends"
path = "benches/meta_db_backends.rs"
harness = false

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.datafusion]
version = "49.0.2"
default-features = false

[dependencies.dirs]
version = "5"

[dependencies.netsky-core]
version = "0.1.6"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
]

[dependencies.turso]
version = "0.5.3"
default-features = false

[dev-dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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