jsonschema-explain 0.3.0

Render JSON Schema as human-readable terminal documentation
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 = "jsonschema-explain"
version = "0.3.0"
authors = ["Ian Macalinao <me@ianm.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render JSON Schema as human-readable terminal documentation"
homepage = "https://github.com/lintel-rs/lintel"
readme = "README.md"
keywords = [
    "json-schema",
    "documentation",
    "terminal",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/lintel-rs/lintel"
resolver = "2"

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

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

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

[dependencies.indexmap]
version = "2.9.0"
features = ["serde"]

[dependencies.jsonschema-schema]
version = "0.2.0"

[dependencies.markdown-to-ansi]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.jsonschema-migrate]
version = "0.1.3"

[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