# 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 = "murdock-cli" version = "0.1.0" authors = ["Kaspar Schleiser "] description = "A CLI client for Murdock-NG" homepage = "https://github.com/murdock-ng/murdock-cli" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/murdock-ng/murdock-cli" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.6" features = [ "cargo", "env", ] [dependencies.derive_builder] version = "0.11.2" [dependencies.indexmap] version = "1.9.1" features = ["serde"] [dependencies.murdock-api] version = "1.0.0" [dependencies.platform-dirs] version = "0.3.0" [dependencies.reqwest] version = "0.11.11" features = ["blocking"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.tokio] version = "1.19.2" features = ["full"]