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
somewhere in the dependency tree.default-features = false - async default = web
-
Enables reqwest ^0.11.13 and tokio
- sync default = web
-
Enables blocking of reqwest ^0.11.13
- simd
- 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!
andassert_ne!
with drop-in replacements, adding colorful diffs