# 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" rust-version = "1.76" name = "runrust" version = "10.34.2" authors = [ "Muhammad Amin Boubaker ", "Fredrik Fornwall ", ] exclude = [ "_config.yml", "CNAME", ".github", "target", ] description = "Command-line tool to run Rust \"scripts\" which can make use of crates." homepage = "https://codeiter.github.io/runrust" documentation = "https://codeiter.github.io/runrust" readme = "README.md" keywords = [ "cargo", "script", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT/Apache-2.0" repository = "https://github.com/CodeIter/runrust" [profile.release] lto = true [dependencies.clap] version = "4" [dependencies.dirs] version = "5" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.pulldown-cmark] version = "0.9" [dependencies.regex] version = "1" [dependencies.sha1] version = "0.10" [dependencies.shell-words] version = "1" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.7" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.scan-rules] version = "0.2" [features] default = [] online_tests = [] [target."cfg(unix)".dependencies.is-terminal] version = "0.4.6" [target."cfg(windows)".dependencies.winreg] version = "0.50"