clwrap 0.2.0

Command line wrapper for autologin then execute command
Documentation
[[bin]]
name = "clwrap"
path = "src/main.rs"
required-features = ["cmdline"]
[dependencies.anyhow]
optional = true
version = "1.0.66"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.0.29"

[dependencies.expectrl]
features = ["async"]
version = "0.6.0"

[dependencies.futures-lite]
version = "1.12.0"

[dependencies.regex]
version = "1"

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
features = ["env-filter"]
optional = true
version = "0.3.0"

[dependencies.typed-builder]
version = "0.11.0"

[features]
cmdline = ["clap", "tracing-subscriber", "anyhow"]

[package]
authors = ["Yuki Yamaura <ymruki@gmail.com>"]
categories = ["command-line-interface", "command-line-utilities"]
description = "Command line wrapper for autologin then execute command"
edition = "2021"
homepage = "https://github.com/yamaura/clwrap"
include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = []
license = "MIT OR Apache-2.0"
name = "clwrap"
readme = "README.md"
repository = "https://github.com/yamaura/clwrap"
rust-version = "1.60"
version = "0.2.0"
[package.metadata.release]
pre-release-commit-message = "Bump version to {{version}}"
push = false
tag-message = "{{tag_name}}"
tag-name = "{{prefix}}{{version}}"