# 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 = "miniconf_cli" version = "0.2.0" authors = ["Robert Jördens "] description = "Menu/CLI for Miniconf" readme = "README.md" keywords = [ "settings", "serde", "no_std", "json", "mqtt", ] categories = [ "no-std", "config", "rust-patterns", "parsing", ] license = "MIT" repository = "https://github.com/quartiq/miniconf" [dependencies.embedded-io] version = "0.6.1" [dependencies.embedded-io-async] version = "0.6.1" [dependencies.heapless] version = "0.8.0" [dependencies.miniconf] version = "0.13.0" features = [ "json-core", "postcard", ] [dependencies.postcard] version = "1.0.8" [dependencies.serde-json-core] version = "0.5.1" [dependencies.yafnv] version = "2.0.0" [dev-dependencies.embedded-io-adapters] version = "0.6.1" features = ["tokio-1"] [dev-dependencies.tokio] version = "1.38.0" features = [ "io-std", "rt", "macros", ] [features] default = ["std"] std = []