# 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 = "tide-jsx" version = "0.4.0" authors = [ "pyrossh", "Gal Schlezinger ", ] description = "A safe and simple template engine with the ergonomics of JSX" readme = "README.md" keywords = [ "jsx", "rsx", "html", "render", "template", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/pyrossh/tide-jsx" resolver = "2" [dependencies.tide] version = "0.16.0" [dependencies.tide-jsx-impl] version = "0.3.0" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.trybuild] version = "1.0"