[dependencies.xshell-macros]
version = "=0.2.7"
[dev-dependencies.anyhow]
version = "1.0.56"
[[example]]
name = "ci"
path = "examples/ci.rs"
[[example]]
name = "clone_and_publish"
path = "examples/clone_and_publish.rs"
[lib]
name = "xshell"
path = "src/lib.rs"
[package]
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::build-utils", "filesystem"]
description = "Utilities for quick shell scripting in Rust"
edition = "2021"
exclude = [".github/", "bors.toml", "rustfmt.toml", "cbench", "mock_bin/"]
license = "MIT OR Apache-2.0"
name = "xshell"
readme = "README.md"
repository = "https://github.com/matklad/xshell"
rust-version = "1.63"
version = "0.2.7"
[[test]]
name = "compile_time"
path = "tests/compile_time.rs"
[[test]]
name = "it"
path = "tests/it/main.rs"