mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 17:41:01 -05:00
b74202f74b
Some checks are pending
Security audit / security_audit (push) Waiting to run
Security audit / cargo_deny (bans licenses sources) (push) Waiting to run
CI / CI (push) Blocked by required conditions
CI / Test (push) Waiting to run
CI / Check MSRV (push) Waiting to run
CI / lockfile (push) Waiting to run
CI / Docs (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / clippy (push) Waiting to run
CI / Coverage (push) Waiting to run
/ linux (aarch64) (push) Waiting to run
/ linux (x86) (push) Waiting to run
/ linux (x86_64) (push) Waiting to run
/ musllinux (aarch64) (push) Waiting to run
/ musllinux (x86_64) (push) Waiting to run
/ windows (x64) (push) Waiting to run
/ windows (x86) (push) Waiting to run
/ macos (aarch64) (push) Waiting to run
/ macos (x86_64) (push) Waiting to run
/ sdist (push) Waiting to run
/ Release (push) Blocked by required conditions
pre-commit / pre-commit (push) Waiting to run
34 lines
814 B
TOML
34 lines
814 B
TOML
[package]
|
|
name = "typos-dict"
|
|
version = "0.11.35"
|
|
description = "Source Code Spelling Correction"
|
|
readme = "../../README.md"
|
|
categories = ["development-tools", "text-processing"]
|
|
keywords = ["development", "spelling"]
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
include.workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[dependencies]
|
|
unicase = "2.7"
|
|
dictgen = { version = "^0.2", path = "../dictgen" }
|
|
|
|
[dev-dependencies]
|
|
csv = "1.3"
|
|
itertools = "0.13"
|
|
edit-distance = "2.1"
|
|
unicase = "2.7"
|
|
codegenrs = "3.0"
|
|
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
|
varcon = { version = "^1.0", path = "../varcon" }
|
|
snapbox = "0.6.5"
|
|
indexmap = "2.2.6"
|
|
|
|
[lints]
|
|
workspace = true
|