codec-corpus 1.0.3

Runtime API for downloading, caching, and accessing test image datasets from imazen/codec-corpus
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.85"
name = "codec-corpus"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime API for downloading, caching, and accessing test image datasets from imazen/codec-corpus"
readme = "README.md"
keywords = [
    "codec",
    "test-data",
    "corpus",
    "images",
]
categories = [
    "development-tools::testing",
    "multimedia::images",
]
license = "Apache-2.0"
repository = "https://github.com/imazen/codec-corpus"

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

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

[dependencies.dirs]
version = "6"

[dependencies.fd-lock]
version = "4"