# 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 = "jumb" version = "0.1.3" authors = ["Chetan Baliyan "] description = "A lightning-fast CLI tool for directory navigation. Create custom shortcuts to instantly jump between frequently used paths, eliminating the need for lengthy cd commands." homepage = "https://github.com/chetanXpro/jump" readme = "README.md" keywords = [ "coreutils", "cd", "files", "filesystem", "jump", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ChetanXpro/jump" [dependencies.argh] version = "0.1.12" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.117"