rustdoc-prettier 0.1.1

Format `//!` and `///` comments with prettier
[[bin]]
name = "rustdoc-prettier"
path = "src/main.rs"

[dependencies.anyhow]
features = ["backtrace"]
version = "1.0"

[dependencies.assert_cmd]
version = "2.0"

[dependencies.ctrlc]
version = "3.4"

[dependencies.itertools]
version = "0.13"

[dependencies.rewriter]
version = "0.1"

[dependencies.tempfile]
version = "3.10"

[dependencies.toml]
version = "0.8"

[lints.clippy]
format-collect = "allow"
struct-field-names = "allow"

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

[package]
authors = ["Samuel Moelius <sam@moeli.us>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.1"

[[test]]
name = "ci"
path = "tests/ci.rs"