worm_hole 4.0.2

CLI tool to easily jump between directories
# 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"
name = "worm_hole"
version = "4.0.2"
authors = ["Rignchen"]
build = false
include = [
    "/src",
    "/README.md",
    "/COPYING",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to easily jump between directories"
readme = "README.md"
keywords = [
    "directory",
    "navigation",
    "cd",
    "tool",
    "utility",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/Rignchen/worm_hole"

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

[dependencies.clap]
version = "4.5.16"
features = [
    "derive",
    "cargo",
]

[dependencies.clap_autocomplete]
version = "0.4.2"
default-features = false

[dependencies.sqlite]
version = "0.37.0"

[dev-dependencies.const_format]
version = "0.2.36"