# 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 = "cargo-todo" version = "0.2.1" authors = ["Clément Guiton "] exclude = ["target"] description = "Cargo tool to display TODOs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ProbablyClem/cargo-todo" [dependencies.chrono] version = "0.4.13" [dependencies.clap] version = "2.33.1" [dependencies.colored] version = "1.9.3" [dependencies.dirs] version = "2.0.2" [dependencies.glob] version = "0.3.0" [dependencies.regex] version = "1.3.9" [dependencies.string-parser] version = "0.1.5" [dependencies.string_format] version = "0.1.0" [dependencies.walkdir] version = "2.3.1"