jsonschema-annotator 0.2.0

Annotate YAML and TOML configuration files with comments from JSON Schema
Documentation
[[bin]]
name = "jsonschema-annotator"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.schemars]
version = "1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.textwrap]
version = "0.16"

[dependencies.toml_edit]
version = "0.24"

[dependencies.yaml-edit]
version = "0.1"

[dev-dependencies.insta]
version = "1.42"

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

[package]
authors = ["Luke Frisken"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Annotate YAML and TOML configuration files with comments from JSON Schema"
edition = "2021"
license = "MIT"
name = "jsonschema-annotator"
readme = "README.md"
repository = "https://github.com/kellpossible/jsonschema-annotator"
version = "0.2.0"