fumar 0.2.0

TUI, CLI, and GUI client for Storz & Bickel vaporizers
# 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 = "fumar"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI, CLI, and GUI client for Storz & Bickel vaporizers"
readme = "README.md"
keywords = [
    "vaporizer",
    "bluetooth",
    "ble",
    "tui",
    "storz-bickel",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/flakesonnix/fumar"

[features]
default = [
    "gui",
    "discord",
]
discord = ["discord-rich-presence"]
gui = ["gtk4"]

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.btleplug]
version = "0.11"

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

[dependencies.crossterm]
version = "0.27"
features = ["event-stream"]

[dependencies.discord-rich-presence]
version = "1.1"
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.gtk4]
version = "0.11"
features = ["v4_10"]
optional = true

[dependencies.kdl]
version = "6.5"

[dependencies.ratatui]
version = "0.26"

[dependencies.serde_json]
version = "1"

[dependencies.storz-rs]
version = "0.2.1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]