# 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 = "ery" version = "0.0.6" authors = ["owtotwo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Another Everything frontend for Windows file searching, but in Terminal." homepage = "https://github.com/owtotwo/ery-rs" documentation = "https://docs.rs/ery" readme = "README.md" keywords = [ "everything", "terminal", "tui", "cli", "command-line", ] license = "GPL-3.0-or-later" repository = "https://github.com/owtotwo/ery-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [lib] name = "ery" path = "src/lib.rs" [[bin]] name = "ery" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.everything-sdk] version = "0.0.6" [dependencies.ratatui] version = "0.28.1" [dependencies.tui-textarea] version = "0.6.1"