lintel-schema-cache 0.0.6

Disk-backed schema cache with HTTP fetching and JSON parsing
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 = "lintel-schema-cache"
version = "0.0.6"
authors = ["Ian Macalinao <me@ianm.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Disk-backed schema cache with HTTP fetching and JSON parsing"
homepage = "https://github.com/lintel-rs/lintel"
readme = "README.md"
keywords = [
    "json-schema",
    "cache",
    "schema",
]
categories = [
    "caching",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/lintel-rs/lintel"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.dirs]
version = "6"

[dependencies.filetime]
version = "0.2"

[dependencies.jsonschema]
version = "0.42"
features = ["resolve-async"]

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[lints.clippy]
must_use_candidate = "allow"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1