# 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 = "2018" name = "rolex" version = "0.1.3" authors = ["Alex Kucherenko "] description = "A CLI utility for managing server tasks" readme = "README.md" license = "MIT" repository = "https://github.com/AlexTiTanium/rolex" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.4" [dependencies.configparser] version = "3.0.2" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.20" [dependencies.maplit] version = "1.0.2" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.tempfile] version = "3.8.0" [build-dependencies]