schemat 0.5.2

A code formatter for Scheme, Lisp, and any S-expressions
# 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 = "schemat"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A code formatter for Scheme, Lisp, and any S-expressions"
readme = "README.md"
keywords = [
    "format",
    "scheme",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Unlicense"
repository = "https://github.com/raviqqe/schemat"

[[bin]]
name = "schemat"
path = "src/main.rs"

[dependencies.allocator-api2]
version = "0.2.21"

[dependencies.bumpalo]
version = "3.20.2"
features = ["allocator-api2"]

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

[dependencies.colored]
version = "3.1.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.gix]
version = "0.83.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.mfmt]
version = "0.4.2"

[dependencies.nom]
version = "8.0.0"

[dependencies.nom_locate]
version = "5.0.0"

[dependencies.path-clean]
version = "1.0.1"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "rt-multi-thread",
]
default-features = false

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
alloc_instead_of_core = "deny"
cargo = "deny"
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
derive_partial_eq_without_eq = "deny"
equatable_if_let = "deny"
explicit_deref_methods = "deny"
if_not_else = "deny"
manual_let_else = "deny"
missing_const_for_fn = "deny"
missing_panics_doc = "deny"
option_if_let_else = "deny"
perf = "deny"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"
style = "deny"
suspicious = "deny"
todo = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
uninlined_format_args = "deny"
unnecessary_safety_comment = "deny"
unused_self = "deny"
use_self = "deny"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust]
missing_docs = "deny"
warnings = "deny"