Cargo Features

[dependencies]
handlebars_misc_helpers = { version = "0.16.3", 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_helpers is added without default-features = false somewhere in the dependency tree.

http_attohttpc default

Enables attohttpc

Affects http_helpers::register, handlebars_misc_helpers::http_helpers

http_reqwest

Enables reqwest

Affects http_helpers::register, handlebars_misc_helpers::http_helpers

json default

Enables jmespath, serde, serde_json, serde_yaml, and toml

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 and enquote

Affects handlebars_misc_helpers::string_helpers

uuid default

Enables uuid

Affects handlebars_misc_helpers::uuid_helpers