# 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 = "pazi" version = "0.5.0" authors = ["Euan Kemp "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast autojump helper" homepage = "https://github.com/euank/pazi" readme = "README.md" keywords = [ "autojump", "shell", "productivity-tool", ] license = "GPL-3.0" repository = "https://github.com/euank/pazi" [lib] name = "pazi" path = "src/lib.rs" [[bin]] name = "pazi" path = "src/main.rs" [dependencies.anyhow] version = "~1" [dependencies.clap] version = "~2" features = [ "color", "vec_map", ] default-features = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.directories] version = "~2" [dependencies.env_logger] version = "~0.11" [dependencies.libc] version = "~0.2" [dependencies.log] version = "~0.4" [dependencies.rmp-serde] version = "~1" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.signal-hook] version = "0.3" [dependencies.snailquote] version = "0.3.1" [dependencies.tempfile] version = "3" [dependencies.termion] version = "~4" [dependencies.which] version = "6"