rfast 1.0.0

Run Rust files like scripts — instant caching, inline dependencies, zero boilerplate
# 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 = "2024"
name = "rfast"
version = "1.0.0"
authors = ["NameOfShadow <0nameofshadow0@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run Rust files like scripts — instant caching, inline dependencies, zero boilerplate"
homepage = "https://github.com/NameOfShadow/rfast"
documentation = "https://docs.rs/rfast"
readme = "README.md"
keywords = [
    "script",
    "runner",
    "cargo",
    "eval",
    "rust-script",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/NameOfShadow/rfast"

[[bin]]
name = "rfast"
path = "src/main.rs"

[[example]]
name = "cargo-play"
path = "examples/cargo-play.rs"

[[example]]
name = "cargo-script"
path = "examples/cargo-script.rs"

[[example]]
name = "github_info"
path = "examples/github_info.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "rust-script"
path = "examples/rust-script.rs"

[[example]]
name = "test_example"
path = "examples/test_example.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "color",
]

[dependencies.clap_complete]
version = "4.6"

[dependencies.colored]
version = "3.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.27"

[dependencies.toml]
version = "1.1.2+spec-1.1.0"