# 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" rust-version = "1.75" name = "krossbar-settings-viewer" version = "0.5.1" authors = ["Alexander Smoktal "] description = """ Krossbar settings viewer """ homepage = "https://krossbar.rs" readme = "README.md" keywords = [ "settings", "configuration", ] categories = ["configuration"] license = "MIT" repository = "https://github.com/krossbar-platform/krossbar-settings" [dependencies.clap] version = "3.2" features = [ "derive", "color", ] [dependencies.colored] version = "2.0.0" [dependencies.krossbar-settings-common] version = "0.5.3" [dependencies.serde_json] version = "1.0"