esearchstat 1.0.0-rc.1

A high-performance desktop GUI for incredibly fast text searching, powered by ripgrep.
Documentation
# 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 = "2024"
name = "esearchstat"
version = "1.0.0-rc.1"
authors = ["Cody Wyatt Neiman (xangelix) <neiman@cody.to>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance desktop GUI for incredibly fast text searching, powered by ripgrep."
documentation = "https://docs.rs/esearchstat"
readme = "README.md"
keywords = [
    "ripgrep",
    "grep",
    "code-search",
    "egui",
    "search",
]
categories = [
    "gui",
    "filesystem",
    "visualization",
    "concurrency",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/xangelix/esearchstat"

[lib]
name = "esearchstat"
path = "src/lib.rs"

[[bin]]
name = "esearchstat"
path = "src/bin/esearchstat.rs"

[dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.eframe]
version = "0.34.2"
features = [
    "wgpu",
    "wayland",
    "default_fonts",
]
default-features = false

[dependencies.grep-regex]
version = "0.1.14"

[dependencies.grep-searcher]
version = "0.1.16"
features = [
    "avx-accel",
    "simd-accel",
]

[dependencies.ignore]
version = "0.4.25"
features = ["simd-accel"]

[dependencies.memmap2]
version = "0.9.10"

[dependencies.open]
version = "5.3.5"

[dependencies.regex]
version = "1.12.3"
features = ["use_std"]

[dependencies.rfd]
version = "0.17.2"

[dependencies.thiserror]
version = "2.0.18"