# 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 = "warp-dir" version = "0.1.0" authors = ["Dan Cardin "] description = "A CLI tool for warping from one directory to another." homepage = "https://github.com/DanCardin/warp-dir" documentation = "https://github.com/DanCardin/warp-dir" readme = "README.md" keywords = [ "warp-dir", "wd", "cd", "shell", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/DanCardin/warp-dir" [[bin]] name = "wd" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.21" features = [ "derive", "string", "cargo", ] [dependencies.clap_complete] version = "4.3.2" [dependencies.etcetera] version = "0.8.0" [dependencies.indoc] version = "2.0.3" [dependencies.itertools] version = "0.11.0" [dependencies.once_cell] version = "1.18.0" [dependencies.path-absolutize] version = "3.1.0" [dependencies.shellexpand] version = "3.1.0" features = [ "tilde", "base-0", "path", ] default-features = false