gotpl 0.1.0

A Rust library providing full Go template (text/template and html/template) support via FFI.
[build-dependencies.bindgen]
version = "0.72.1"

[dependencies.bindgen]
version = "0.72.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.225"

[dependencies.serde_json]
version = "1.0.145"

[lib]
name = "gotpl"
path = "src/lib.rs"

[package]
authors = ["moyan"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["template-engine", "web-programming", "external-ffi-bindings"]
description = "A Rust library providing full Go template (text/template and html/template) support via FFI."
edition = "2021"
homepage = "https://github.com/moyanj/gotpl"
keywords = ["go", "template", "ffi", "html", "text"]
license = "MIT"
name = "gotpl"
readme = "README.md"
repository = "https://github.com/moyanj/gotpl"
version = "0.1.0"