Cargo Features
[dependencies]
facebook-signed-request = { version = "0.2.0", default-features = false, features = ["with-fb-login-deauth-callback", "with-data-deletion-callback", "with-ig-basic-display-deauth-callback", "with-ig-basic-display-data-deletion-request"] }
- default = with-data-deletion-callback, with-fb-login-deauth-callback, with-ig-basic…deletion-request, with-ig-basic…deauth-callback
-
These default features are set whenever
facebook-signed-request
is added without
somewhere in the dependency tree.default-features = false - with-fb-login-deauth-callback default = chrono, serde-aux
-
Affects
facebook-signed-request::fb_login_deauth_callback
… - with-data-deletion-callback default = chrono, serde-aux
-
Affects
facebook-signed-request::data_deletion_callback
… - with-ig-basic-display-deauth-callback default = chrono, serde-aux
-
Affects
facebook-signed-request::ig_basic_display_deauth_callback
… - with-ig-basic-display-data-deletion-request default = chrono, serde-aux
-
Affects
facebook-signed-request::ig_basic_display_data_deletion_request
…
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.