lintel-format 0.0.7

Format command for Lintel — formats JSON, YAML, TOML, and Markdown files using dprint
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 = "lintel-format"
version = "0.0.7"
authors = ["Ian Macalinao <me@ianm.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Format command for Lintel — formats JSON, YAML, TOML, and Markdown files using dprint"
homepage = "https://github.com/lintel-rs/lintel"
readme = "README.md"
keywords = [
    "json",
    "yaml",
    "toml",
    "markdown",
    "formatter",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/lintel-rs/lintel"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bpaf]
version = "0.9.23"
features = [
    "autocomplete",
    "derive",
]

[dependencies.dprint-config]
version = "0.0.2"

[dependencies.dprint-core]
version = "0.67.4"

[dependencies.dprint-plugin-json]
version = "0.21.1"

[dependencies.dprint-plugin-markdown]
version = "0.21.1"

[dependencies.dprint-plugin-toml]
version = "0.7.0"

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

[dependencies.lintel-diagnostics]
version = "0.0.3"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.pretty_yaml]
version = "0.6.0"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.similar]
version = "2.7.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml_edit]
version = "0.25.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