Cargo Features
Edn-rs has no features set by default.
[dependencies]
edn-rs = { version = "0.17.4", features = ["async", "json"] }
- async = futures
- json = regex
-
Affects
utils::replace_keywords
,utils::replace_char
,edn-rs::json_to_edn
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.