# 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 = "2018" name = "projects" version = "1.1.2" authors = ["Michael Mullins "] description = "A tool for tracking, searching, and jumping to your projects." homepage = "https://github.com/webdesserts/projects-cli" documentation = "https://github.com/webdesserts/projects-cli/blob/master/Readme.md" readme = "Readme.md" keywords = [ "cd", "directories", "projects", "cli", ] categories = ["Command line utilities"] license = "MIT" repository = "https://github.com/webdesserts/projects-cli.git" [dependencies.dialoguer] version = "0.5.0" [dependencies.exitfailure] version = "^0.5" [dependencies.failure] version = "^0.1" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.skim] version = "^0.6" [dependencies.structopt] version = "^0.2" [dependencies.webdesserts-confy] version = "^1"