# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "clwrap" version = "0.3.0" authors = ["Yuki Yamaura "] include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Command line wrapper for autologin then execute command" homepage = "https://github.com/yamaura/clwrap" readme = "README.md" keywords = [] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yamaura/clwrap" [package.metadata.release] push = false tag-name = "{{prefix}}{{version}}" pre-release-commit-message = "Bump version to {{version}}" tag-message = "{{tag_name}}" [[bin]] name = "clwrap" path = "src/main.rs" required-features = ["cmdline"] [dependencies.anyhow] version = "1.0.66" optional = true [dependencies.clap] version = "4.0.29" features = ["derive"] optional = true [dependencies.expectrl] version = "0.6.0" features = ["async"] [dependencies.futures-lite] version = "1.12.0" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.0" features = ["env-filter"] optional = true [dependencies.typed-builder] version = "0.11.0" [features] cmdline = [ "clap", "tracing-subscriber", "anyhow", ]