[package] name = "fluent-handlebars-runtime" version = "0.2.0" authors = ["Tim Keating "] edition = "2018" description = "Runtime variable substitution in Handlebars using Fluent templates" license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fluent-templates = "0.7.1" handlebars = "4.2.2" serde_json = "1.0.79" unic-langid = "0.9.0" [profile.release] lto = true codegen-units = 1