Cargo Features
[dependencies]
etwin_hammerfest_client = { version = "0.12.3", default-features = false, features = ["http", "mem", "feat-neon"] }
- default = http, mem
-
These default features are set whenever
etwin_hammerfest_client
is added without
somewhere in the dependency tree.default-features = false - http default = etwin_scraper_tools, reqwest, scraper, serde
- mem default
- feat-neon = neon
-
Enables neon of etwin_mt_dns
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.
- etwin_scraper_tools http
- neon feat-neon?
-
Enables neon ^0.10.1
- reqwest http
-
Enables reqwest ^0.11.12
- scraper http
-
Enables scraper ^0.13.0
- serde http