Cargo Features
[dependencies]
handlebars_misc_helpers = { version = "0.17.0", default-features = false, features = ["http_attohttpc", "http_reqwest", "json", "jsonnet", "jsontype", "regex", "string", "uuid"] }
- default = http_attohttpc, json, jsonnet, regex, string, uuid
-
These default features are set whenever
handlebars_misc_helpersis added withoutsomewhere in the dependency tree.default-features = false - http_attohttpc default
-
Enables attohttpc ^0.28
Affects
http_helpers::register,handlebars_misc_helpers::http_helpers… - http_reqwest
-
Enables reqwest ^0.12
Affects
http_helpers::register,handlebars_misc_helpers::http_helpers… - json default
-
Enables jmespath ^0.3, serde, serde_json, serde_yaml, and toml ^0.8
Affects
handlebars_misc_helpers::json_helpers… - jsonnet default
-
Enables jsonnet-rs
Affects
handlebars_misc_helpers::jsonnet_helpers… - jsontype string
-
Enables serde_json
Affects
handlebars_misc_helpers::assign_helpers,handlebars_misc_helpers::region_helpers… - regex default
-
Enables regex
Affects
handlebars_misc_helpers::regex_helpers… - string default = jsontype
-
Enables cruet ^0.14 and enquote
Affects
handlebars_misc_helpers::string_helpers… - uuid default
-
Enables uuid
Affects
handlebars_misc_helpers::uuid_helpers…