Cargo Features
lemmy_api_common has no features set by default.
[dependencies]
lemmy_api_common = { version = "1.0.0-alpha.0", features = ["full"] }
- full = activitypub_federation, actix-web, actix-web-httpauth, encoding_rs, futures, jsonwebtoken, mime, moka, reqwest, reqwest-middleware, rosetta-i18n, tokio, tracing, ts-rs, uuid, webmention, webpage
-
Enables full of lemmy_db_views and lemmy_utils
Affects
lemmy_api_common::build_response
,lemmy_api_common::claims
,lemmy_api_common::context
,lemmy_api_common::request
,lemmy_api_common::send_activity
,lemmy_api_common::utils
…
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.
- activitypub_federation full?
- actix-web full?
- actix-web-httpauth full?
- encoding_rs full?
- futures full?
- jsonwebtoken full?
- mime full?
- moka full?
- reqwest full?
- reqwest-middleware full?
-
Enables reqwest-middleware ^0.3.3
- rosetta-i18n full?
- tokio full?
- tracing full?
- ts-rs full?
- uuid full?
- webmention full?
- webpage full?