xf 0.7.0

File-aware dynamic command runner
Documentation
[dependencies.anyhow]
version = "1.0.56"

[dependencies.shell-words]
version = "1.1.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[package]
authors = ["sigoden <sigoden@gmail.com>"]
autotests = false
categories = ["command-line-utilities"]
description = "File-aware dynamic command runner"
edition = "2021"
homepage = "https://github.com/sigoden/xf"
keywords = ["command-line", "args", "utility"]
license = "MIT OR Apache-2.0"
name = "xf"
repository = "https://github.com/sigoden/xf"
resolver = "2"
version = "0.7.0"

[profile.release]
lto = true
opt-level = "z"
strip = true

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