# 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 = "handlebars-fluent" version = "0.4.0" authors = ["Manish Goregaokar "] description = "Handlebars helpers for the Fluent internationalization framework" documentation = "https://docs.rs/handlebars-fluent/" readme = "README.md" keywords = [ "handlebars", "fluent", "internationalization", "localization", ] categories = [ "internationalization", "localization", "template-engine", ] license = "MIT/Apache-2.0" repository = "https://github.com/manishearth/handlebars-fluent" [dependencies.fluent] version = "0.16" [dependencies.fluent-bundle] version = "0.11" [dependencies.fluent-langneg] version = "0.12" [dependencies.fluent-syntax] version = "0.11" [dependencies.handlebars] version = "5.0" [dependencies.lazy_static] version = "1.4" [dependencies.serde_json] version = "1.0" [dependencies.unic-langid] version = "0.8" features = ["macros"] [dev-dependencies.tempfile] version = "3.3"