# 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.4.3" authors = ["Rob Dobson "] 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.crossterm] version = "0.27.0" [dependencies.dialoguer] version = "0.10" [dependencies.handlebars] version = "5.1.0" [dependencies.include_dir] version = "0.7.3" [dependencies.regex] version = "1.10.3" [dependencies.remove_dir_all] version = "0.8.2" [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 = "6.0.1" [dependencies.wildmatch] version = "2.3.4" [build-dependencies.pkg-config] version = "0.3"