# 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 = "embedded-cli" version = "0.2.1" authors = ["Sviatoslav Kokurin "] description = """ CLI with autocompletion, help and history for embedded systems (like Arduino or STM32) """ readme = "README.md" keywords = [ "no_std", "cli", "embedded", ] categories = [ "command-line-interface", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/funbiscuit/embedded-cli-rs" [dependencies.bitflags] version = "2.4.1" [dependencies.embedded-cli-macros] version = "0.2.1" optional = true [dependencies.embedded-io] version = "0.6.1" [dependencies.ufmt] version = "0.2.0" [dev-dependencies.regex] version = "1.10.2" [dev-dependencies.rstest] version = "0.18.2" [features] autocomplete = ["embedded-cli-macros/autocomplete"] default = [ "macros", "autocomplete", "help", "history", ] help = ["embedded-cli-macros/help"] history = [] macros = ["embedded-cli-macros"]