Cargo Features
Roctogen has no features set by default.
[dependencies]
roctogen = { version = "0.12.0", features = ["ant-man", "dorian", "luke-cage", "nebula", "surtur", "zzzax", "mock", "isahc", "reqwest", "ureq"] }
- ant-man
-
Optional GitHub specific endpoints
- baptiste cloak comfort-fade corsair dorian
- flash groot inertia london luke-cage
- lydian mercy mockingbird nebula
- scarlet-witch squirrel-girl starfox surtur
- switcheroo wyandotte zzzax
- mock
-
Activate mock base url
Features from optional dependencies
- isahc implicit feature
-
Enables isahc
isahc:
The practical HTTP client that is fun to use
Affects
adapters::isahc
… - reqwest implicit feature
-
Enables reqwest ^0.11.2
reqwest:
higher level HTTP client library
Affects
adapters::reqwest
… - ureq implicit feature
-
Enables ureq
ureq:
Simple, safe HTTP client
Affects
adapters::ureq
…