raftcli 1.11.2

Command line interface for raft framework and serial monitoring
# 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"
name = "raftcli"
version = "1.11.2"
authors = ["Rob Dobson <rob@dobson.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for raft framework and serial monitoring"
homepage = "https://github.com/robdobsn/RaftCLI"
documentation = "https://github.com/robdobsn/RaftCLI"
readme = "README.md"
keywords = [
    "cli",
    "esp32",
    "espressif",
    "raft",
    "framework",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/robdobsn/RaftCLI"

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

[dependencies.bytes]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.33"

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

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6.0.0"

[dependencies.evalexpr]
version = "13.1.0"

[dependencies.handlebars]
version = "6.3.1"

[dependencies.include_dir]
version = "0.7.3"

[dependencies.nix]
version = "0.31"
features = [
    "user",
    "term",
    "poll",
]

[dependencies.regex]
version = "1.10.3"

[dependencies.remove_dir_all]
version = "1.0.0"

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

[dependencies.serde_json]
version = "1.0.113"

[dependencies.serialport-fix-stop-bits]
version = "4.3.0"

[dependencies.which]
version = "8.0.0"

[dependencies.wildmatch]
version = "2.3.4"

[build-dependencies.pkg-config]
version = "0.3"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_System_Console",
    "Win32_Foundation",
    "Win32_System_Threading",
]