bartoc 1.0.2

A bartoc instance runs scheduled jobs and reports results back to a bartos instance
# 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.91.1"
name = "bartoc"
version = "1.0.2"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bartoc instance runs scheduled jobs and reports results back to a bartos instance"
homepage = "https://github.com/rustyhorde/barto"
documentation = "https://docs.rs/libbarto"
readme = "README.md"
keywords = [
    "job",
    "scheduling",
    "websocket",
    "actix",
]
categories = [
    "web-programming::websocket",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyhorde/barto"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bincode-next]
version = "3.0.0-rc.13"
features = [
    "serde",
    "derive",
]

[dependencies.bon]
version = "3.9.1"

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

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

[dependencies.dirs2]
version = "3.0.1"

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

[dependencies.getset]
version = "0.1.6"

[dependencies.libbarto]
version = "1.0.2"

[dependencies.redb]
version = "4.0.0"

[dependencies.rustls]
version = "0.23.38"
features = [
    "std",
    "tls12",
    "ring",
]
default-features = false

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.47"

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

[dependencies.tokio-tungstenite]
version = "0.29.0"
features = ["__rustls-tls"]

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

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

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

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

[dependencies.webpki-roots]
version = "1.0.7"

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