# 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 = "tag" version = "0.3.0" authors = ["miampf"] description = "Search for local text files with a simple tagging system." homepage = "https://github.com/miampf/tag" readme = "README.md" keywords = [ "organization", "tagging", "plaintext", "searching", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/miampf/tag" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.pest] version = "2.7.6" [dependencies.pest_derive] version = "2.7.6" [dependencies.ratatui] version = "0.25.0" [dependencies.textwrap] version = "0.16.0" [dependencies.tui-textarea] version = "0.4.0" [dependencies.walkdir] version = "2.4.0" [lints.clippy] complexity = "deny" nursery = "warn" pedantic = "warn" perf = "deny" style = "deny" suspicious = "warn"