bx-cli 0.4.0

Simple, cross-platform, and fast command aliases with superpowers.
Documentation
# 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 = "2018"
name = "bx-cli"
version = "0.4.0"
authors = [
    "arctic_hen7 <arctic_hen7@pm.me>",
    "bjesuiter <bjesuiter@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, cross-platform, and fast command aliases with superpowers."
readme = "README.md"
keywords = [
    "cli",
    "automation",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/codemonument/bx"

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

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

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

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

[dependencies.dotenv]
version = "0.15"

[dependencies.home]
version = "0.5"

[dependencies.regex]
version = "1.5"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.5"

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