mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
24 lines
589 B
TOML
24 lines
589 B
TOML
[package]
|
|
name = "typos"
|
|
version = "0.10.15"
|
|
description = "Source Code Spelling Correction"
|
|
readme = "../../README.md"
|
|
categories = ["development-tools", "text-processing"]
|
|
keywords = ["development", "spelling"]
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
include.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
winnow = "0.5.0"
|
|
unicode-xid = "0.2.4"
|
|
once_cell = "1.17.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
simdutf8 = "0.1.4"
|
|
itertools = "0.10"
|
|
unicode-segmentation = "1.10.1"
|
|
bstr = "1.5"
|