rustidy-parse 0.1.0

Rustidy formatter
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 = "rustidy-parse"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rustidy formatter"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/zenithsiz/rustidy"
resolver = "2"

[features]
flamegraph-traces = ["flate2"]
parse-debug-name = []

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

[dependencies.app-error]
version = "0.1.0"

[dependencies.arcstr]
version = "1.2.0"

[dependencies.derive_more]
version = "2.1.1"
features = ["full"]

[dependencies.either]
version = "1.15.0"

[dependencies.flate2]
version = "1.1.9"
optional = true

[dependencies.rustidy-macros]
version = "0.1.0"

[dependencies.rustidy-util]
version = "0.1.0"

[dependencies.tracing]
version = "0.1.44"

[lints.clippy]
empty_enums = "allow"
items-after-statements = "allow"
large_enum_variant = "allow"
match_bool = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
option_if_let_else = "allow"
similar_names = "allow"
single_match_else = "allow"
struct_field_names = "allow"
too_many_lines = "allow"
undocumented_unsafe_blocks = "warn"
unnecessary_debug_formatting = "allow"
unnecessary_self_imports = "warn"
wildcard_imports = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unused_crate_dependencies = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(rust_analyzer)"]