# 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 = "2021" rust-version = "1.74.1" name = "zoxide" version = "0.9.4" authors = ["Ajeet D'Souza <98ajeet@gmail.com>"] 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" [profile.release] lto = true codegen-units = 1 debug = 0 strip = true [dependencies.anyhow] version = "1.0.32" [dependencies.askama] version = "0.12.0" 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 = "5.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.18.0" default-features = false [dev-dependencies.rstest_reuse] version = "0.6.0" [dev-dependencies.tempfile] version = "3.1.0" [build-dependencies.clap] version = "4.3.0" features = ["derive"] [build-dependencies.clap_complete] version = "4.3.0" [build-dependencies.clap_complete_fig] version = "4.3.0" [build-dependencies.color-print] version = "0.3.4" [features] default = [] nix-dev = [] [target."cfg(unix)".dependencies.nix] version = "0.27.1" features = [ "fs", "user", ] default-features = false [target."cfg(windows)".dependencies.which] version = "6.0.0" [badges.maintenance] status = "actively-developed"