rustdoc-prettier 0.1.0

Format `//!` and `///` comments with prettier
[dependencies.anyhow]
features = ["backtrace"]
version = "1.0"

[dependencies.ctrlc]
version = "3.4"

[dependencies.itertools]
version = "0.13"

[dependencies.tempfile]
version = "3.10"

[features]
check-offsets = []
check-spans = []
[lints.clippy]
format-collect = "allow"
struct-field-names = "allow"

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

[package]
authors = ["Samuel Moelius <sam@moeli.us>"]
description = "Format `//!` and `///` comments with prettier"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "rustdoc-prettier"
readme = "README.md"
repository = "https://github.com/smoelius/rustdoc-prettier"
version = "0.1.0"