blinc_cli 0.1.13

Blinc UI Framework CLI - build, run, and hot-reload Blinc applications
# 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 = "2021"
rust-version = "1.75"
name = "blinc_cli"
version = "0.1.13"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blinc UI Framework CLI - build, run, and hot-reload Blinc applications"
documentation = "https://docs.rs/blinc_cli"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.blinc_animation]
version = "0.1.13"

[dependencies.blinc_core]
version = "0.1.13"

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

[dependencies.dirs]
version = "5.0"

[dependencies.notify]
version = "7.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.35"
features = [
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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