How do I prevent `rust doc` from adding dependencies to documentation? January 4, 2024 by Tarik I found the answer: cargo doc --no-deps.