# 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" rust-version = "1.65" name = "todl" version = "0.2.0" exclude = ["temp"] description = "Tool for finding comment tags in source code" readme = "README.md" license = "MIT" repository = "https://github.com/RuairidhWilliamson/todl" [[bench]] name = "search" harness = false [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.crossterm] version = "0.26" [dependencies.git2] version = "0.16" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.unicode-segmentation] version = "1.10.0" [dependencies.walkdir] version = "2" [dev-dependencies.criterion] version = "0.4"