withd 0.3.3

Run a command in another directory.
# 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 = "withd"
version = "0.3.3"
authors = ["Gavin Panella <gavin@allenap.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run a command in another directory."
readme = "README.md"
keywords = [
    "cd",
    "cdpath",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"
repository = "https://github.com/allenap/withd"

[features]
develop = []

[[bin]]
name = "completions"
path = "src/completions.rs"
doc = false
required-features = ["develop"]

[[bin]]
name = "withd"
path = "src/main.rs"
doc = false

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

[dependencies.bstr]
version = "=1.12.1"
features = ["std"]
default-features = false

[dependencies.clap]
version = "=4.6.0"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.clap_complete]
version = "=4.6.1"

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

[dependencies.tempfile]
version = "=3.27.0"

[dependencies.thiserror]
version = "=2.0.18"

[target."cfg(unix)".dependencies.nix]
version = "=0.31.2"
features = ["signal"]
default-features = false

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true