Cargo Features

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

[dependencies]
mdcat-http-reqwest = { version = "2.1.2", features = ["native-tls", "rustls-tls-native-roots", "doc"] }
native-tls

Enables native-tls of reqwest ^0.11.16

reqwest:

Enables native-tls specific functionality not available by default.

rustls-tls-native-roots

Enables rustls-tls-native-roots of reqwest ^0.11.16

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