# 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 = "commit-email" version = "0.2.1" authors = ["Marvin König "] description = "A tool that reminds you to commit with the correct email address" readme = "README.md" license = "MIT" repository = "https://github.com/mkqavi/commit-email" [dependencies.anyhow] version = "1.0.80" [dependencies.cursive] version = "0.20.0" features = [ "crossterm-backend", "toml", ] default_features = false [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.18.2" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.10" [dependencies.url] version = "2.5.0" features = ["serde"]