Cargo Features

neo4j_cypher has no features set by default.

[dependencies]
neo4j_cypher = { version = "0.2.2", features = ["derive", "templates"] }
derive = cypher_derive
templates

Affects match_query::MatchActionTrait.set_str, match_query::MatchActionTrait.set_str_var, match_query::MatchActionTrait.set_int, match_query::MatchActionTrait.set_int_var, match_query::MatchActionTrait.set_bool, match_query::MatchActionTrait.set_bool_var, match_query::MatchConditionTrait.and_eq_str, match_query::MatchConditionTrait.and_eq_str_var, match_query::MatchConditionTrait.and_eq_int, match_query::MatchConditionTrait.and_eq_int_var, match_query::MatchConditionTrait.and_eq_bool, match_query::MatchConditionTrait.and_eq_bool_var, match_query::MatchConditionTrait.and_more_int, match_query::MatchConditionTrait.and_more_int_var, match_query::MatchConditionTrait.and_less_int, match_query::MatchConditionTrait.and_less_int_var

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.

cypher_derive derive?