lintel-annotate 0.0.12

Add schema annotations to JSON, YAML, and TOML files
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-annotate"
version = "0.0.12"
authors = ["Ian Macalinao <me@ianm.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Add schema annotations to JSON, YAML, and TOML files"
homepage = "https://github.com/lintel-rs/lintel"
readme = "README.md"
keywords = [
    "json-schema",
    "validation",
    "annotation",
    "linter",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/lintel-rs/lintel"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bpaf]
version = "0.9.23"
features = ["derive"]

[dependencies.lintel-cli-common]
version = "0.0.5"

[dependencies.lintel-config]
version = "0.0.7"

[dependencies.lintel-schema-cache]
version = "0.0.11"

[dependencies.lintel-validate]
version = "0.0.6"

[dependencies.schema-catalog]
version = "0.0.6"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1.44"

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

[lints.clippy.complexity]
level = "deny"
priority = -1

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