rust-script 0.30.0

Command-line tool to run Rust "scripts" which can make use of crates.
[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.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 = []

[package]
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
categories = ["command-line-utilities", "development-tools"]
description = "Command-line tool to run Rust \"scripts\" which can make use of crates."
documentation = "https://rust-script.org"
edition = "2021"
exclude = ["_config.yml", "CNAME", ".github", "target"]
homepage = "https://rust-script.org"
keywords = ["cargo", "script"]
license = "MIT/Apache-2.0"
name = "rust-script"
readme = "README.md"
repository = "https://github.com/fornwall/rust-script"
rust-version = "1.64"
version = "0.30.0"
[profile.release]
lto = true
[target."cfg(unix)".dependencies.is-terminal]
version = "0.4.6"
[target."cfg(windows)".dependencies.winreg]
version = "0.50"