# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "handlebars_misc_helpers" version = "0.17.0" authors = ["David Bernard"] build = false exclude = [ "/.github", "/.dependabot", "/docs/**", "/scripts", ".gitignore", "/tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of helpers for handlebars (rust) to manage string, json, yaml, toml, path, file, http request." homepage = "https://github.com/davidB/handlebars_misc_helpers" readme = "README.md" keywords = ["handlebars"] categories = [ "template-engine", "value-formatting", ] license = "CC0-1.0" repository = "https://github.com/davidB/handlebars_misc_helpers" [lib] name = "handlebars_misc_helpers" path = "src/lib.rs" [dependencies.attohttpc] version = "^0.28" features = [ "compress", "tls-rustls-webpki-roots", ] optional = true default-features = false [dependencies.cruet] version = "^0.14" optional = true [dependencies.enquote] version = "^1.0" optional = true [dependencies.handlebars] version = "6" [dependencies.jmespath] version = "^0.3" optional = true [dependencies.jsonnet-rs] version = "^0.17" optional = true [dependencies.log] version = "^0.4" [dependencies.regex] version = "^1.10" optional = true [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] optional = true default-features = false [dependencies.serde] version = "^1" features = ["rc"] optional = true [dependencies.serde_json] version = "^1" optional = true [dependencies.serde_yaml] version = "^0.9" optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "^0.8" features = ["preserve_order"] optional = true [dependencies.uuid] version = "^1.8" features = [ "v4", "v7", ] optional = true [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.similar-asserts] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.unindent] version = "0.2" [features] default = [ "string", "http_attohttpc", "json", "jsonnet", "regex", "uuid", ] http_attohttpc = ["dep:attohttpc"] http_reqwest = ["dep:reqwest"] json = [ "dep:jmespath", "dep:serde", "dep:serde_json", "dep:serde_yaml", "dep:toml", ] jsonnet = ["dep:jsonnet-rs"] jsontype = ["dep:serde_json"] regex = ["dep:regex"] string = [ "dep:cruet", "dep:enquote", "jsontype", ] uuid = ["dep:uuid"]