lintel 0.0.13

Validate JSON and YAML files against JSON Schema
# 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"
version = "0.0.13"
authors = ["Ian Macalinao <me@ianm.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Validate JSON and YAML files against JSON Schema"
homepage = "https://github.com/lintel-rs/lintel"
readme = "README.md"
keywords = [
    "json-schema",
    "validation",
    "yaml",
    "linter",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/lintel-rs/lintel"
resolver = "2"

[[bin]]
name = "lintel"
path = "src/main.rs"

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

[dependencies.ansi-term-styles]
version = "0.1.0"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bpaf]
version = "0.9.23"
features = [
    "derive",
    "autocomplete",
    "bright-color",
    "docgen",
]

[dependencies.glob-match]
version = "0.2.1"

[dependencies.humantime]
version = "2.3.0"

[dependencies.lintel-annotate]
version = "0.0.12"

[dependencies.lintel-check]
version = "0.0.13"

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

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

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

[dependencies.lintel-format]
version = "0.0.2"

[dependencies.lintel-github-action]
version = "0.0.11"

[dependencies.lintel-identify]
version = "0.0.9"

[dependencies.lintel-reporters]
version = "0.0.11"

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

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

[dependencies.lintel-validation-cache]
version = "0.0.8"

[dependencies.miette]
version = "7.6.0"
features = [
    "fancy",
    "syntect-highlighter",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

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

[dependencies.toml]
version = "1.0.3"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.tracing-tree]
version = "0.4.1"

[dev-dependencies.insta]
version = "1.46.3"
features = ["filters"]

[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