# 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 = "komodo_cli" version = "1.15.8" authors = ["mbecker20 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool to execute Komodo actions" homepage = "https://komo.do" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/mbecker20/komodo" [[bin]] name = "komodo" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.31" [dependencies.komodo_client] version = "1.15.8" [dependencies.merge_config_files] version = "0.1.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tokio] version = "1.38.1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["json"]