bare-script 0.1.0

The type-safe scripting authority for Rust. A framework for building robust shell commands and automation with 'Parse, don't validate' philosophy.
Documentation
[package]
name = "bare-script"
version = "0.1.0"
edition = "2024"
rust-version = "1.85.0"
authors = ["bare-rs contributors"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bare-rs/bare-script"
homepage = "https://github.com/bare-rs/bare-script"
documentation = "https://docs.rs/bare-script"
keywords = ["script", "cli", "shell", "command", "automation"]
categories = ["command-line-utilities", "development-tools", "os"]
description = "The type-safe scripting authority for Rust. A framework for building robust shell commands and automation with 'Parse, don't validate' philosophy."
readme = "README.md"

[features]
default = []

[dependencies]

[dev-dependencies]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]