# 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 = "lazygh" version = "0.5.0" authors = ["Karan Janthe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Terminal User Interface (TUI) application for managing multiple GitHub accounts easily" homepage = "https://kmj-007.github.io/lazygh" readme = "README.md" keywords = [ "github", "git", "tui", "account-management", "ssh-keys", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/kmj-007/lazygh" [package.metadata.wix] eula = false license = false path-guid = "17F93089-B520-4CFD-94D9-183527AEBA4A" upgrade-guid = "B4DC81DF-8698-485D-B31B-FBF71C73F319" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "lazygh" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "4.0" [dependencies.ratatui] version = "0.28.1" [dependencies.regex] version = "1.5" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"]