# 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 = "search-in-terminal" version = "0.1.3" authors = ["zykowal"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal-based search tool" documentation = "https://docs.rs/search-in-terminal" readme = "README.md" keywords = [ "search", "terminal", "cs", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/zykowal/search-in-terminal" [lib] name = "search_in_terminal" path = "src/lib.rs" [[bin]] name = "st" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.crossterm] version = "0.28" [dependencies.dirs] version = "5.0" [dependencies.moka] version = "0.12" features = ["future"] [dependencies.once_cell] version = "1" [dependencies.open] version = "5.0" [dependencies.rand] version = "0.8" [dependencies.ratatui] version = "0.29" [dependencies.reqwest] version = "0.12" features = [ "json", "cookies", "socks", ] [dependencies.scraper] version = "0.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1.41" features = ["full"] [dependencies.toml] version = "0.8" [dependencies.urlencoding] version = "2.1"