warp-directory 0.3.1

A simple command line tool to quickly change directories
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.88"
name = "warp-directory"
version = "0.3.1"
authors = ["Simon Barth <data5tream@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple command line tool to quickly change directories"
readme = "README.md"
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/Data5tream/warp-directory-rs"

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

[[bin]]
name = "warp-directory"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.37"

[dependencies.directories]
version = "6.0.0"

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

[dependencies.serde_json]
version = "1.0.140"

[lints.clippy]
pedantic = "warn"