# 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 = "tagsearch" version = "0.37.0" authors = ["Chris Davison "] description = "Filter plaintext files based on @keyword tags" readme = "README.md" categories = [ "command-line-interface", "text-processing", ] license = "MIT" repository = "https://www.github.com/ChrisDavison/tagsearch" [[bin]] name = "tagsearch" path = "bin/main.rs" [[bench]] name = "tagparse" harness = false [dependencies.clap] version = "3.1.2" features = [ "derive", "cargo", ] [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.5.0" [dev-dependencies.criterion] version = "0.3"