codebook_config 0.3.36

Configuration handling for the Codebook spell checker
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 = "2024"
name = "codebook_config"
version = "0.3.36"
authors = ["Codebook Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration handling for the Codebook spell checker"
homepage = "https://github.com/blopker/codebook"
documentation = "https://github.com/blopker/codebook"
readme = "README.md"
keywords = [
    "configuration",
    "spell-checker",
    "settings",
]
categories = [
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/blopker/codebook"
resolver = "2"

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

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

[[test]]
name = "min_word_length_test"
path = "tests/min_word_length_test.rs"

[dependencies.dirs]
version = "6.0.0"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4.22"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "serde_derive",
]

[dependencies.toml]
version = "<2"

[dev-dependencies.tempfile]
version = "3"