# 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 = "skgit" version = "0.2.0" authors = ["Shumpei Murakami "] description = "useful cli tool for git basic command" homepage = "https://github.com/Mr-peipei/skgit" documentation = "https://github.com/Mr-peipei/skgit" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Mr-peipei/skgit" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.git2] version = "0.15" [dependencies.home] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.skim] version = "0.10.2" [dependencies.structopt] version = "0.3"