bless 0.2.0

CLI logging helper for repeated runs with metadata tracking.
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"
rust-version = "1.74"
name = "bless"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI logging helper for repeated runs with metadata tracking."
readme = "README.md"
keywords = [
    "cli",
    "logging",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/HaoZeke/bless"

[features]
default = []
serve = [
    "dep:capnp",
    "dep:capnp-rpc",
    "dep:tokio-util",
    "dep:futures",
    "dep:capnpc",
]

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

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

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

[dependencies.bson]
version = "2.9"
features = ["chrono-0_4"]

[dependencies.capnp]
version = "0.20"
optional = true

[dependencies.capnp-rpc]
version = "0.20"
optional = true

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.fern]
version = "0.6"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.humantime]
version = "2.1"

[dependencies.log]
version = "0.4"

[dependencies.mongodb]
version = "2.8"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.36"
features = [
    "rt-multi-thread",
    "macros",
    "process",
    "signal",
    "io-util",
]

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]
optional = true

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[build-dependencies.capnpc]
version = "0.20"
optional = true