# 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-todo-collector" version = "0.1.2" authors = ["alingse "] description = "collect TODO: items from git code repo" readme = "README.md" keywords = [ "todo", "git-todo", "todo-in-code", "find-todo-in-git", ] categories = ["command-line-utilities"] license = "MIT" [[bin]] name = "git-todo-collector" path = "src/main.rs" bench = false [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.12" features = ["derive"] [dependencies.git2] version = "0.17.2" [dependencies.serde] version = "1.0.171" [dependencies.serde_derive] version = "1.0.171" [dependencies.serde_json] version = "1.0.102" [dependencies.table_to_html] version = "0.3.0" [dependencies.tabled] version = "0.12.2"