# 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.74" name = "rust-script" version = "0.35.0" authors = ["Fredrik Fornwall "] build = false exclude = [ "_config.yml", "CNAME", ".github", "target", ] autobins = false autoexamples = false autotests = false autobenches = false description = 'Command-line tool to run Rust "scripts" which can make use of crates.' homepage = "https://rust-script.org" documentation = "https://rust-script.org" readme = "README.md" keywords = [ "cargo", "script", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT/Apache-2.0" repository = "https://github.com/fornwall/rust-script" [profile.release] lto = true [[bin]] name = "rust-script" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.clap] version = "4" [dependencies.dirs] version = "5" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.pulldown-cmark] version = "0.12" [dependencies.regex] version = "1" [dependencies.sha1] version = "0.10" [dependencies.shell-words] version = "1" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.8" [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.52"