# 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 = "monitor_cli" version = "1.13.3" authors = ["mbecker20 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool to sync monitor resources and execute file defined procedures" homepage = "https://docs.monitor.dev" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/mbecker20/monitor" [[bin]] name = "monitor" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.merge_config_files] version = "0.1.5" [dependencies.monitor_client] version = "1.13.3" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["json"]