owl-spell 0.4.5

quick spellcheck TUI
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 = "2021"
name = "owl-spell"
version = "0.4.5"
authors = ["jpt <dev@jpt.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "quick spellcheck TUI"
readme = "README.md"
license = "GPL-3.0-or-later"

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

[[bin]]
name = "owl"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.41"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.fakeit]
version = "1.3.0"

[dependencies.ignore]
version = "0.4.25"

[dependencies.itertools]
version = "0.14.0"

[dependencies.palette]
version = "0.7.6"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.23"
features = ["blocking"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.spellbook]
version = "0.3.4"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.9.5"

[dependencies.unicode-segmentation]
version = "1.12.0"

[lints.clippy]
all = "deny"
complexity = "deny"
correctness = "deny"
pedantic = "allow"
perf = "deny"
style = "deny"
suspicious = "deny"