Cargo Features

[dependencies]
oxyromon = { version = "0.18.1", default-features = false, features = ["use-native-tls", "use-rustls", "enable-asm", "server"] }
default = enable-asm, use-rustls

These default features are set whenever oxyromon is added without default-features = false somewhere in the dependency tree.

use-native-tls

Enables default-tls of reqwest ^0.11.26

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

use-rustls default

Enables rustls-tls of reqwest ^0.11.26

enable-asm default

Enables asm of md-5 and sha1

server = async-graphql, async-graphql-axum, axum, http-types

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-graphql server?
async-graphql-axum server?
axum server?
http-types server?