systemd-journal-sdk-engine 0.7.4

Async query engine components for the pure Rust systemd journal SDK
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"
rust-version = "1.85"
name = "systemd-journal-sdk-engine"
version = "0.7.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async query engine components for the pure Rust systemd journal SDK"
homepage = "https://github.com/netdata/systemd-journal-sdk"
documentation = "https://docs.rs/systemd-journal-sdk-engine"
readme = "README.md"
keywords = [
    "systemd",
    "journal",
    "logging",
    "sdk",
]
categories = [
    "filesystem",
    "parser-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/netdata/systemd-journal-sdk"
resolver = "2"

[features]
allocative = ["dep:allocative"]

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

[[example]]
name = "index"
path = "examples/index.rs"

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

[dependencies.allocative]
version = "0.3.4"
optional = true

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "serde",
]

[dependencies.foyer]
version = "0.20.0"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.journal-core]
version = "0.7.4"
package = "systemd-journal-sdk-core"

[dependencies.journal-index]
version = "0.7.4"
package = "systemd-journal-sdk-index"

[dependencies.journal-registry]
version = "0.7.4"
package = "systemd-journal-sdk-registry"

[dependencies.lru]
version = "0.16"

[dependencies.parking_lot]
version = "0.12"
features = ["send_guard"]

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.static_assertions]
version = "1.1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.journal-common]
version = "0.7.4"
package = "systemd-journal-sdk-common"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "rng",
    "serde",
]

[lints.clippy]
collapsible_if = "allow"