# 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 = "2021" name = "rustdoc-prettier" version = "0.2.0" authors = ["Samuel Moelius "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Format `//!` and `///` comments with prettier" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/smoelius/rustdoc-prettier" [[bin]] name = "rustdoc-prettier" path = "src/main.rs" [[test]] name = "ci" path = "tests/ci.rs" [[test]] name = "dogfood" path = "tests/dogfood.rs" [[test]] name = "globstar" path = "tests/globstar.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [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.11" [dependencies.toml] version = "0.8" [lints.clippy] format-collect = "allow" struct-field-names = "allow" [lints.clippy.pedantic] level = "warn" priority = -1