bartoc 0.3.0

Websocket based job scheduling system
[[bin]]
name = "bartoc"
path = "src/main.rs"

[build-dependencies.rustversion]
version = "1.0.22"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bincode]
version = "2.0.1"

[dependencies.bon]
version = "3.8.1"

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

[dependencies.config]
features = ["toml"]
version = "0.15.18"

[dependencies.dirs2]
version = "3.0.1"

[dependencies.futures-util]
default-features = false
features = ["std"]
version = "0.3.31"

[dependencies.getset]
version = "0.1.6"

[dependencies.libbarto]
version = "0.3.0"

[dependencies.redb]
version = "3.1.0"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.44"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "macros", "process", "signal", "sync", "time"]
version = "1.47.1"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.28.0"

[dependencies.tokio-util]
version = "0.7.16"

[dependencies.tracing]
features = ["max_level_trace", "release_max_level_trace"]
version = "0.1.41"

[dependencies.tracing-subscriber-init]
features = ["tstime"]
version = "0.2.2"

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

[features]
unstable = ["libbarto/unstable"]

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["web-programming::websocket", "web-programming"]
description = "Websocket based job scheduling system"
documentation = "https://docs.rs/libbarto"
edition = "2024"
homepage = "https://github.com/rustyhorde/barto"
keywords = ["job", "scheduling", "websocket", "actix"]
license = "MIT OR Apache-2.0"
name = "bartoc"
readme = "README.md"
repository = "https://github.com/rustyhorde/barto"
rust-version = "1.89.0"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]