# 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 = "bunnyhop" version = "0.2.0" authors = ["Shane Stephenson "] description = "Small CLI tool to help you hop around the shell." homepage = "https://github.com/gnoat/hop" readme = "README.md" keywords = [ "cli", "cd", "hop", "navigate", "shortcut", ] license = "MIT" repository = "https://github.com/gnoat/hop" [[bin]] name = "bunnyhop" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.23" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.press-btn-continue] version = "0.1.1" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serial_test] version = "1.0.0" [dependencies.sqlite] version = "0.30.4" [dependencies.tempdir] version = "0.3.7" [dependencies.tempfile] version = "3.3.0" [dependencies.toml] version = "0.5.10"