# 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 = "verco" version = "6.7.0" authors = ["Matheus Lessa"] exclude = ["images/*"] description = "A simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts" homepage = "https://vamolessa.github.com/verco" documentation = "https://github.com/vamolessa/verco" readme = "README.md" keywords = ["version-control", "git", "hg", "mercurial", "plastic"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/vamolessa/verco" resolver = "2" [[bin]] name = "verco" path = "src/main.rs" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winbase", "winuser", "consoleapi", "processenv", "handleapi"]