bmux_env 0.0.1-alpha.1

Pure-printer PATH + env helper for bmux slot-based installs
# 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 = "2024"
name = "bmux_env"
version = "0.0.1-alpha.1"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-printer PATH + env helper for bmux slot-based installs"
readme = "README.md"
keywords = [
    "bmux",
    "env",
    "shell",
    "path",
    "slots",
]
categories = ["command-line-utilities"]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/bmux"

[features]
fail-on-warnings = []

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

[[bin]]
name = "bmux-env"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"
default-features = false

[dependencies.bmux_slots]
version = "0.0.1-alpha.1"
default-features = false

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "help",
    "std",
    "usage",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"
features = ["std"]
default-features = false