# 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 = "2018" name = "setgitconfig-rs" version = "0.4.0" authors = ["Ankur Srivastava "] description = "Set proper git username and email based on the current repository you are in." homepage = "https://github.com/ansrivas/setgitconfig-rs" documentation = "https://docs.rs/setgitconfig_rs" readme = "README.md" keywords = ["gitconfig", "command-line", "tool"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ansrivas/setgitconfig-rs" [[bin]] name = "setgitconfig" path = "src/main.rs" [dependencies.dirs] version = "4.0" [dependencies.git2] version = "0.13" features = ["vendored-libgit2", "vendored-openssl"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2"