# 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 = "nvim-switcher" version = "0.1.0" authors = ["Nitestack"] description = "A CLI to easily switch between multiple Neovim configuration environments" homepage = "https://github.com/Nitestack/nvim-switcher" readme = "README.md" keywords = [ "neovim", "nvim", "switcher", "cli", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Nitestack/nvim-switcher" [[bin]] name = "nvims" path = "src/main.rs" plugin = false proc-macro = false [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.cliclack] version = "0.1.13" [dependencies.colored] version = "2.1.0" [dependencies.console] version = "0.15.8" [dependencies.ctrlc] version = "3.4.4" [dependencies.dirs] version = "5.0.1" [dependencies.merge] version = "0.1.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"