typos/crates/codespell-dict/Cargo.toml

30 lines
735 B
TOML
Raw Normal View History

2019-10-28 10:01:22 -06:00
[package]
name = "codespell-dict"
2024-12-31 09:47:18 -06:00
version = "0.5.0"
2019-10-28 10:01:22 -06:00
description = "Source Code Spelling Correction"
readme = "README.md"
categories = ["development-tools", "text-processing"]
keywords = ["development", "spelling"]
publish = false
2022-11-01 14:20:38 -05:00
license = "CC-BY-SA-3.0"
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
include.workspace = true
2019-10-28 10:01:22 -06:00
2024-04-26 21:14:01 -05:00
[package.metadata.docs.rs]
all-features = true
2024-12-02 11:30:24 -06:00
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
2019-10-28 10:01:22 -06:00
[dependencies]
2024-12-31 09:41:20 -06:00
dictgen = { version = "^0.3", path = "../dictgen" }
2022-08-01 14:45:58 -05:00
[dev-dependencies]
2023-10-16 12:58:00 -05:00
codegenrs = "3.0"
2024-12-31 09:41:20 -06:00
dictgen = { version = "^0.3", path = "../dictgen", features = ["codegen"] }
2024-05-27 22:11:47 -05:00
snapbox = "0.6.5"
2023-06-08 08:10:49 -05:00
typos = { path = "../typos" }
2024-04-26 21:14:01 -05:00
[lints]
workspace = true