[[bin]]
name = "jsonschema-cli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.jsonschema]
version = "0.39.0"
[dependencies.percent-encoding]
version = "2.3"
[dependencies.referencing]
version = "0.39.0"
[dependencies.serde_json]
version = "1"
[dev-dependencies.assert_cmd]
version = "2.0.13"
[dev-dependencies.insta]
version = "1.40.0"
[dev-dependencies.tempfile]
version = "3.12.0"
[lints.clippy]
dbg_macro = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
get_unwrap = "warn"
module_name_repetitions = "allow"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
similar_names = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -2
[lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"
[package]
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A command line tool for JSON Schema validation."
edition = "2021"
keywords = ["jsonschema", "validation"]
license = "MIT"
name = "jsonschema-cli"
readme = "README.md"
repository = "https://github.com/Stranger6667/jsonschema"
rust-version = "1.83.0"
version = "0.39.0"
[[test]]
name = "cli"
path = "tests/cli.rs"