# 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.88"
name = "busybar"
version = "0.0.8"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BUSY Bar CLI"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/foresterre/busybar-rust"

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

[dependencies.base64]
version = "0.23.0"

[dependencies.busylib]
version = "0.0.8"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.image]
version = "0.25.10"
features = [
    "bmp",
    "jpeg",
    "png",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.storyteller]
version = "2.0.0-beta.1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]