# 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 = "rly" version = "0.2.0" authors = ["Lucas Jenß "] description = "Run shell commands concurrently with ease. Currently only a CLI tool." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/x3ro/rly" [dependencies.anyhow] version = "1.0.68" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = [ "derive", "wrap_help", ] [dependencies.colored] version = "2.0.0" [dependencies.log] version = "0.4.17" [dependencies.pretty_assertions] version = "1.3.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.tokio] version = "1.23.1" features = ["full"] [dev-dependencies.edit-distance] version = "2.1.0"