logdive 0.1.0

Fast, self-hosted query engine for structured JSON logs
# 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"
rust-version = "1.85"
name = "logdive"
version = "0.1.0"
authors = ["Arya (ArySmart) Gorjipour"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "logdive"
description = "Fast, self-hosted query engine for structured JSON logs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aryagorjipour/logdive"
resolver = "2"

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

[dependencies.anstream]
version = "0.6"

[dependencies.anstyle]
version = "1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.logdive-core]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]