[[bin]]
name = "rund"
path = "src/main.rs"
[dependencies.arboard]
version = "3.4"
[dependencies.dunce]
version = "1.0.5"
[dependencies.sha2]
version = "0.10"
[package]
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Run CLI apps in detached terminal popup windows with configurable size and position"
documentation = "https://docs.rs/rund"
edition = "2021"
exclude = ["*.sublime-*", "test/", "*.exe", "src/tmp*", "GITHUB_ACTION.md", "backups/", ".github/", "build.bat"]
homepage = "https://github.com/cumulus13/rund"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["terminal", "cli", "popup", "launcher", "detached"]
license = "MIT"
name = "rund"
readme = "README.md"
repository = "https://github.com/cumulus13/rund"
rust-version = "1.70"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true