[package]
edition = "2021"
name = "wrapcli"
version = "0.1.1"
authors = ["Ivan Chetchasov <vi.is.chapmann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI identity faking utility."
documentation = "https://docs.rs/wrapcli"
readme = "README.md"
keywords = [
"library",
"utility",
]
categories = ["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 = "dummy"
path = "tests/dummy.rs"
[dependencies.regex]
version = "1.12.3"
[dev-dependencies]
[build-dependencies]