# 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 = "git2_credentials" version = "0.14.0" authors = ["David Bernard "] build = false exclude = [ "/.github", ".dependabot/", "/docs/**", "/scripts", ".gitignore", "/tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Provide credential function to used with git2::RemoteCallbacks.credentials" homepage = "https://github.com/davidB/git2_credentials" readme = "README.md" keywords = ["git"] license = "Apache-2.0" repository = "https://github.com/davidB/git2_credentials" [lib] name = "git2_credentials" path = "src/lib.rs" [[example]] name = "clone" path = "examples/clone.rs" [dependencies.dialoguer] version = "^0.11" optional = true [dependencies.dirs] version = "^5.0" [dependencies.git2] version = "^0.19" default-features = false [dependencies.pest] version = "^2.3" [dependencies.pest_derive] version = "^2.3" [dependencies.regex] version = "^1.6" [dev-dependencies.git2] version = "^0.19" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.tempfile] version = "3.3" [features] default = ["ui4dialoguer"] ui4dialoguer = ["dialoguer"]