wordchipper-disk-cache 0.1.0

A disk cache for Wordchipper downloads
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"
rust-version = "1.93.0"
name = "wordchipper-disk-cache"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A disk cache for Wordchipper downloads"
readme = "README.md"
license = "MIT"
repository = "https://github.com/crutcher/wordchipper"
resolver = "2"

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

[dependencies.anyhow]
version = "^1.0"
default-features = false

[dependencies.directories-next]
version = "^2.0"

[dependencies.downloader]
version = "^0.2"

[dev-dependencies.serial_test]
version = "^3.3"

[lints.clippy]
doc_markdown = "deny"
double_must_use = "allow"

[lints.rust]
warnings = "deny"