[package] name = "meaningsearch" version = "0.1.4" edition = "2021" authors = ["Sina "] description = "A simple package that helps you find meaningful lines of any given input. Especially useful in CTFs." readme = "README.md" homepage = "https://github.com/kamali-sina/meaningsearch" repository = "https://github.com/kamali-sina/meaningsearch" license = "MIT" keywords = ["search", "meaningsearch", "ctf", "tool"] categories = ["command-line-utilities", "text-processing", "algorithms"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.26"