[[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.glob]
version = "0.3"
[dependencies.itertools]
version = "0.13"
[dependencies.rewriter]
version = "0.1"
[dependencies.tempfile]
version = "3.14"
[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
autolib = 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.3.0"
[[test]]
name = "ci"
path = "tests/ci.rs"
[[test]]
name = "dogfood"
path = "tests/dogfood.rs"
[[test]]
name = "globstar"
path = "tests/globstar.rs"