# 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 = "git-github" version = "0.1.4" authors = ["dalei "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "git command line plugin of github" readme = "README.md" license = "MIT" [lib] name = "git_github" path = "src/lib.rs" [[bin]] name = "git-github" path = "src/main.rs" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.git2] version = "0.17.2" features = [ "openssl-sys", "https", ] [dependencies.nom] version = "7.1.3" [dependencies.open] version = "5.0.0" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" [dependencies.url] version = "2.4.0"