runex 0.1.2

Cross-shell abbreviation engine that expands short tokens into full commands
# 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"
name = "runex"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-shell abbreviation engine that expands short tokens into full commands"
readme = "README.md"
keywords = [
    "shell",
    "abbreviation",
    "alias",
    "expansion",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ShortArrow/runex"

[[bin]]
name = "runex"
path = "src/main.rs"

[[test]]
name = "bash_integration"
path = "tests/bash_integration.rs"

[[test]]
name = "pwsh_integration"
path = "tests/pwsh_integration.rs"

[[test]]
name = "zsh_integration"
path = "tests/zsh_integration.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.runex-core]
version = "0.1.2"

[dependencies.which]
version = "7"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(target_family = "unix")'.dev-dependencies.rexpect]
version = "0.5"