lintel-annotate 0.0.2

Annotation-based linting for JSON and YAML files using JSON Schema
Documentation
[package]
name = "lintel-annotate"
version = "0.0.2"
edition.workspace = true
authors.workspace = true
description = "Annotation-based linting for JSON and YAML files using JSON Schema"
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["json-schema", "validation", "annotation", "linter"]
categories = ["development-tools"]

[dependencies]
lintel-check = { version = "0.0.3", path = "../lintel-check" }
bpaf = { version = "0.9", features = ["derive"] }
humantime = "2"
anyhow = "1"
glob = "0.3"
glob-match = "0.2"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
rayon = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-tree = "0.4"

[lints]
workspace = true