# 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 = "serial-settings" version = "0.1.0" authors = [ "Robert Jördens ", "Ryan Summers ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Embedded device settings management over serial terminal and flash" readme = "README.md" keywords = [ "serial", "settings", "cli", "management", "async", ] categories = [ "embedded", "no-std", "config", "command-line-interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/quartiq/stabilizer" [lib] name = "serial_settings" path = "src/lib.rs" [dependencies.embedded-io] version = "0.6" [dependencies.heapless] version = "0.8" [dependencies.log] version = "0.4" features = [ "max_level_trace", "release_max_level_info", ] [dependencies.menu] version = "0.5" features = ["echo"] [dependencies.miniconf] version = "0.13" features = [ "json-core", "postcard", ] [dependencies.postcard] version = "1" [dependencies.yafnv] version = "3.0" [badges.maintenance] status = "actively-developed"