axohtml 0.5.0

Type checked JSX for Rust
Documentation
# 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 = "axohtml"
version = "0.5.0"
authors = [
    "Axo Developer Co <hello@axo.dev>",
    "Bodil Stokke <bodil@bodil.org>",
]
description = "Type checked JSX for Rust"
documentation = "http://docs.rs/axohtml/"
readme = "README.md"
keywords = [
    "jsx",
    "html",
]
categories = [
    "template-engine",
    "web-programming",
]
license = "MPL-2.0+"
repository = "https://github.com/axodotdev/axohtml"
resolver = "1"

[dependencies.axohtml-macros]
version = "0.5.0"

[dependencies.htmlescape]
version = "0.3.1"

[dependencies.language-tags]
version = "0.3"

[dependencies.mime]
version = "0.3.17"

[dependencies.proc-macro-nested]
version = "0.1.7"

[dependencies.strum]
version = "0.24"

[dependencies.strum_macros]
version = "0.24"