Cargo Features
json-rules-engine has no features set by default.
[dependencies]
json-rules-engine = { version = "0.9.4", features = ["callback", "email", "eval", "path"] }
- callback = reqwest
-
Affects
event::post_callback
… - email = futures-util, sendgrid
-
Affects
event::email_notification
… - eval = rhai
- path = jsonpath_lib
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.
- futures-util email?
- jsonpath_lib path?
-
Enables jsonpath_lib ^0.2
- reqwest callback?
-
Enables reqwest ^0.11
- rhai eval?
-
Enables rhai ^0.20
- sendgrid email?
-
Enables sendgrid ^0.17