# 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 = "2018" name = "ramhorns" version = "1.0.1" authors = ["Maciej Hirsz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental Mustache-like templating engine." documentation = "https://docs.rs/ramhorns" readme = "README.md" keywords = [ "html", "template", "mustache", ] categories = ["template-engine"] license = "MPL-2.0" repository = "https://github.com/maciejhirsz/ramhorns" [lib] name = "ramhorns" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" [dependencies.beef] version = "0.5.2" [dependencies.fnv] version = "1.0" [dependencies.logos] version = "0.14.0" [dependencies.pulldown-cmark] version = "0.12" features = ["html"] optional = true default-features = false [dependencies.ramhorns-derive] version = "1.0.1" optional = true [dev-dependencies.pretty_assertions] version = "1.4" [features] default = [ "export_derive", "pulldown-cmark", ] export_derive = ["ramhorns-derive"] indexes = []