tibba-runtime 0.2.7

process runtime state, metrics and lifecycle for tibba
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 = "tibba-runtime"
version = "0.2.7"
authors = ["Tree Xie <tree.xie@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "process runtime state, metrics and lifecycle for tibba"
homepage = "https://github.com/vicanso/tibba"
readme = "README.md"
keywords = [
    "tibba",
    "runtime",
]
license = "Apache-2.0"
repository = "https://github.com/vicanso/tibba"

[features]
default = []
process-info = [
    "dep:cached",
    "dep:serde",
    "dep:sysinfo",
]
scheduler = [
    "dep:snafu",
    "dep:tokio-cron-scheduler",
]

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

[dependencies.arc-swap]
version = "1.9.2"

[dependencies.cached]
version = "2.0.2"
optional = true

[dependencies.dashmap]
version = "6.1.0"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]
optional = true

[dependencies.snafu]
version = "0.9.2"
optional = true

[dependencies.sysinfo]
version = "0.39.6"
optional = true

[dependencies.tibba-error]
version = "0.2.6"

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "net",
    "signal",
]

[dependencies.tokio-cron-scheduler]
version = "0.15.1"
features = [
    "signal",
    "english",
]
optional = true

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.pretty_assertions]
version = "1.4.1"