scsh 1.0.1

Scoped Skills Helper — preflight a git repo and run its scoped skills in ephemeral containers.
# 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"
name = "scsh"
version = "1.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scoped Skills Helper — preflight a git repo and run its scoped skills in ephemeral containers."
readme = "README.md"
license = "MIT"
repository = "https://github.com/dkorolev/scsh"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.console]
version = "0.16"

[dependencies.crossterm]
version = "0.29.0"
features = ["events"]
default-features = false

[dependencies.signal-hook]
version = "0.4"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true