Cargo Features

mdcat-http-reqwest has no features set by default.

[dependencies]
mdcat-http-reqwest = { version = "2.6.2", features = ["doc"] }
doc

Only use for building documentation, to bring in all dependencies to get syntect to compile

Enables syntect

To build our docs we need to provide a regex backend for syntect, so we have a optional dependency on syntect with the appropriate feature enabled, which we only bring in when "doc" is enabled, a