mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-26 16:39:07 -05:00
30 lines
747 B
TOML
30 lines
747 B
TOML
[package]
|
|
name = "typos"
|
|
version = "0.3.0"
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
description = "Source Code Spelling Correction"
|
|
repository = "https://github.com/crate-ci/typos"
|
|
readme = "../README.md"
|
|
categories = ["development-tools", "text-processing"]
|
|
keywords = ["development", "spelling"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
regex = "1.3"
|
|
once_cell = "1.2.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
itertools = "0.9"
|
|
bstr = "0.2"
|
|
log = "0.4"
|
|
unicode-segmentation = "1.6.0"
|
|
derive_more = "0.99.11"
|
|
derive_setters = "0.1"
|
|
content_inspector = "0.2.4"
|