# 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 = "run-cli" version = "0.0.53" authors = ["Aymeric Beaumet (https://aymericbeaumet.com)"] description = "A CLI to help you run any command" homepage = "https://run-cli.org" readme = "readme.md" keywords = [ "cli", "command-line", "developer-tools", "task-runner", "tools", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/aymericbeaumet/run" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [[bin]] name = "run" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.async-trait] version = "0.1.68" [dependencies.clap] version = "4.2.2" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.28" [dependencies.itertools] version = "0.10.5" [dependencies.merge] version = "0.1.0" [dependencies.pulldown-cmark] version = "0.9.2" [dependencies.reqwest] version = "0.11.16" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.shell-words] version = "1.1.0" [dependencies.textwrap] version = "0.16.0" [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", "fs", "process", ] [dependencies.toml] version = "0.7.3" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.pretty_assertions] version = "1.3.0"