# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tmpo" version = "1.8.2" authors = ["Thomas Pöhlmann "] description = "Command line utility to create new workspaces based on predefined templates" license = "MIT" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.6.2" [dependencies.dirs] version = "3.0.1" [dependencies.flate2] version = "1.0.17" [dependencies.git2] version = "0.13" [dependencies.handlebars] version = "3.5.0" [dependencies.log] version = "0.4.8" [dependencies.log4rs] version = "0.13.0" [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.10.8" features = ["blocking", "json"] [dependencies.self_update] version = "0.20" features = ["archive-tar"] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.serde_yaml] version = "0.8.13" [dependencies.tar] version = "0.4.29" [dependencies.tempfile] version = "3.1.0" [dependencies.url] version = "2.1.1" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.predicates] version = "1" [target."cfg(not(windows))".dependencies.openssl] version = "0.10.30" features = ["vendored"]