Cargo Features

[dependencies]
raoc = { version = "0.1.0", default-features = false, features = ["async", "sync", "simd", "web", "pretty_assertions"] }
default = async, sync

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

async default = web

Enables reqwest ^0.11.13 and tokio

sync default = web

Enables blocking of reqwest ^0.11.13

simd

Enables simd of tl

web async sync

Enables serde, serde_json, and tl

Features from optional dependencies

pretty_assertions implicit feature

Enables pretty_assertions

pretty_assertions:

Overwrite assert_eq! and assert_ne! with drop-in replacements, adding colorful diffs