starbase_shell 0.10.7

Utilities for detecting shells and managing profile files.
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 = "2024"
rust-version = "1.85.0"
name = "starbase_shell"
version = "0.10.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for detecting shells and managing profile files."
readme = "README.md"
license = "MIT"
repository = "https://github.com/moonrepo/starbase"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
miette = ["dep:miette"]

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

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

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

[dependencies.miette]
version = "7.6.0"
optional = true

[dependencies.regex]
version = "1.12.2"
default-features = false

[dependencies.shell-quote]
version = "0.7.2"
features = [
    "bash",
    "fish",
    "sh",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.serial_test]
version = "3.3.1"

[target."cfg(windows)".dependencies.sysinfo]
version = "0.38.0"
features = ["system"]
default-features = false