codebook_downloader 0.3.37

Dictionary downloading utility 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_downloader"
version = "0.3.37"
authors = ["Codebook Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dictionary downloading utility for the Codebook spell checker"
homepage = "https://github.com/blopker/codebook"
documentation = "https://github.com/blopker/codebook"
readme = "README.md"
keywords = [
    "download",
    "dictionary",
    "spell-checker",
]
categories = [
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/blopker/codebook"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.71"

[dependencies.base16ct]
version = "<2"
features = ["alloc"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.env_logger]
version = "0.11.6"

[dependencies.log]
version = "0.4.22"

[dependencies.reqwest]
version = "^0.13.0"
features = [
    "blocking",
    "rustls",
    "json",
]
default-features = false

[dependencies.rustls]
version = "<0.24"
features = ["aws-lc-rs"]

[dependencies.rustls-platform-verifier]
version = "0.6.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "<0.12"

[dependencies.tempfile]
version = "3"

[dependencies.webpki-roots]
version = "<2"

[dev-dependencies.httpmock]
version = "<0.9.0"