{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Creating JSON/HTML output - Question #188
Answered
by
hendrikvanantwerpen
quentinchambers
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
hendrikvanantwerpen
Feb 6, 2023
Replies: 1 comment 2 replies
-
|
Hi @quentinchambers! The JSON (and thus HTML) output is hidden behind a feature. Using it requires adding PS. Cargo docs for dependencies with features: https://doc.rust-lang.org/cargo/reference/features.html#dependency-features |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
quentinchambers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @quentinchambers! The JSON (and thus HTML) output is hidden behind a feature. Using it requires adding
features = ["json"]to the dependency inCargo.toml. Might that help?PS. Cargo docs for dependencies with features: https://doc.rust-lang.org/cargo/reference/features.html#dependency-features