# 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 = "sgit" version = "0.1.2" authors = ["Phodal Huang "] exclude = [ "targets/*", ".github/*", ".gitattributes", "sbgit.yaml", ] description = """ stupid git in a tool """ homepage = "https://github.com/phodal/sgit" documentation = "https://github.com/phodal/sgit" readme = "README.md" categories = [ "text-processing", "command-line-interface", "development-tools", ] license = "MIT" repository = "https://github.com/phodal/sgit" resolver = "2" [dependencies.clap] version = "3.2.14" [dependencies.log] version = "0.4" [dependencies.octocrab] version = "0.16" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rust-ini] version = "0.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1.20.0" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.walkdir] version = "2"