[package]
edition = "2021"
name = "wrapcli"
version = "0.2.8"
authors = ["Ivan Chetchasov <vi.is.chapmann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrap and rewrite CLI output to masquerade as another tool"
homepage = "https://vi-is-ramen.github.io/wrapcli"
documentation = "https://vi-is-ramen.github.io/wrapcli"
readme = "README.md"
keywords = [
"cli",
"wrapper",
"rewrite",
"mask",
"alias",
]
categories = [
"command-line-interface",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vi-is-ramen/wrapcli"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "wrapcli"
path = "src/lib.rs"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[dependencies.just-lsp]
version = "0.4.5"
[dependencies.regex]
version = "1.10"
[dev-dependencies]