zoxide 0.9.9

A smarter cd command for your terminal
# 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 = "zoxide"
version = "0.9.9"
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A smarter cd command for your terminal"
homepage = "https://github.com/ajeetdsouza/zoxide"
readme = "README.md"
keywords = [
    "cli",
    "filesystem",
    "shell",
    "tool",
    "utility",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/ajeetdsouza/zoxide"

[package.metadata.deb]
assets = [
    [
    "target/release/zoxide",
    "usr/bin/",
    "755",
],
    [
    "contrib/completions/zoxide.bash",
    "usr/share/bash-completion/completions/zoxide",
    "644",
],
    [
    "contrib/completions/zoxide.fish",
    "usr/share/fish/vendor_completions.d/",
    "664",
],
    [
    "contrib/completions/_zoxide",
    "usr/share/zsh/vendor-completions/",
    "644",
],
    [
    "man/man1/*",
    "usr/share/man/man1/",
    "644",
],
    [
    "README.md",
    "usr/share/doc/zoxide/",
    "644",
],
    [
    "CHANGELOG.md",
    "usr/share/doc/zoxide/",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/zoxide/",
    "644",
],
]
extended-description = 'zoxide is a smarter cd command, inspired by z and autojump. It remembers which directories you use most frequently, so you can "jump" to them in just a few keystrokes.'
priority = "optional"
section = "utils"

[badges.maintenance]
status = "actively-developed"

[features]
default = []
nix-dev = []

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

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

[dependencies.anyhow]
version = "1.0.32"

[dependencies.askama]
version = "0.14.0"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.bincode]
version = "1.3.1"

[dependencies.clap]
version = "4.3.0"
features = ["derive"]

[dependencies.color-print]
version = "0.3.4"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dunce]
version = "1.0.1"

[dependencies.fastrand]
version = "2.0.0"

[dependencies.glob]
version = "0.3.0"

[dependencies.ouroboros]
version = "0.18.3"

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

[dev-dependencies.assert_cmd]
version = "2.0.0"

[dev-dependencies.rstest]
version = "0.26.0"
default-features = false

[dev-dependencies.rstest_reuse]
version = "0.7.0"

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

[build-dependencies.clap]
version = "4.3.0"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.5.50"

[build-dependencies.clap_complete_fig]
version = "4.5.2"

[build-dependencies.clap_complete_nushell]
version = "4.5.5"

[build-dependencies.color-print]
version = "0.3.4"

[target."cfg(unix)".dependencies.nix]
version = "0.30.1"
features = [
    "fs",
    "user",
]
default-features = false

[target."cfg(windows)".dependencies.which]
version = "7.0.3"

[profile.release]
lto = true
codegen-units = 1
debug = 0
strip = true