codemonument_bx 0.3.5

[DEPRECATED: Use `bx-cli` instead] Simple, cross-platform, and fast command aliases with superpowers.
Documentation
[[bin]]
name = "bx"
path = "src/bin/main.rs"

[dependencies.dotenv]
version = "0.15"

[dependencies.home]
version = "0.5"

[dependencies.regex]
version = "1.5"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.5"

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

[lib]
name = "lib"
path = "src/lib.rs"

[package]
authors = ["arctic_hen7 <arctic_hen7@pm.me>", "bjesuiter <bjesuiter@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "[DEPRECATED: Use `bx-cli` instead] Simple, cross-platform, and fast command aliases with superpowers."
edition = "2018"
keywords = ["cli", "automation"]
license = "MIT"
name = "codemonument_bx"
readme = "README.md"
repository = "https://github.com/codemonument/bx"
version = "0.3.5"

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

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