Cargo Features
lemmy_db_views has no features set by default.
[dependencies]
lemmy_db_views = { version = "1.0.0-alpha.0", features = ["full"] }
- full = actix-web, diesel, diesel-async, diesel_ltree, i-love-jesus, lemmy_utils, tracing, ts-rs
-
Enables full of lemmy_db_schema
Affects
combined::inbox_combined_view
,combined::modlog_combined_view
,combined::person_content_combined_view
,combined::person_saved_combined_view
,combined::report_combined_view
,combined::search_combined_view
,comment::comment_view
,community::community_follower_view
,community::community_moderator_view
,community::community_person_ban_view
,community::community_view
,lemmy_db_views::combined
,lemmy_db_views::comment
,lemmy_db_views::community
,lemmy_db_views::local_user
,lemmy_db_views::person
,lemmy_db_views::post
,lemmy_db_views::private_message
,lemmy_db_views::registration_applications
,lemmy_db_views::reports
…
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.