# 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 = "codo" version = "0.0.1" authors = ["Chris Andrejewski "] description = "Code comment TODO tool" homepage = "https://github.com/andrejewski/codo" readme = "README.md" keywords = [ "cli", "todo", "issue", "linter", "formatter", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/andrejewski/codo" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.grep] version = "0.2.12" [dependencies.ignore] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.serde_json] version = "1.0.108"