cube-tui 0.1.6

Terminal UI timer and session manager for speedcubing, with optional web dashboard and BLE (GAN) timer support.
# 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 = "cube-tui"
version = "0.1.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI timer and session manager for speedcubing, with optional web dashboard and BLE (GAN) timer support."
readme = "README.md"
license = "MIT"
repository = "https://github.com/enekocm7/cube-tui"

[features]
bluetooth = [
    "uuid",
    "btleplug",
    "tokio",
    "futures-util",
    "flume",
]
dashboard = [
    "axum",
    "tokio",
    "rust-embed",
    "open",
    "mime_guess",
]
wca-scrambles = ["reqwest"]

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.8"
optional = true

[dependencies.btleplug]
version = "0.12.0"
optional = true

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "color",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.flume]
version = "0.12.0"
features = ["async"]
optional = true

[dependencies.futures-util]
version = "0.3.32"
optional = true

[dependencies.mime_guess]
version = "2.0.5"
optional = true

[dependencies.open]
version = "5.3.3"
optional = true

[dependencies.rand]
version = "0.10.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
]
optional = true
default-features = false

[dependencies.rust-embed]
version = "8"
features = ["mime-guess"]
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]
optional = true

[dependencies.uuid]
version = "1.22.0"
features = ["v4"]
optional = true