avosetta 0.2.0

Rust-native HTML templates with compile-time optimization.
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 = "2024"
name = "avosetta"
version = "0.2.0"
authors = ["Callum Hopkins"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native HTML templates with compile-time optimization."
documentation = "https://docs.rs/avosetta"
readme = "README.md"
keywords = [
    "web",
    "proc-macro",
    "html",
    "template",
    "encode",
]
categories = [
    "web-programming",
    "template-engine",
    "encoding",
]
license = "MIT"
repository = "https://github.com/callum-hopkins-dev/avosetta"

[features]
default = ["macros"]
macros = ["dep:avosetta-macros"]

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

[dependencies.avosetta-macros]
version = "0.2.0"
optional = true

[dependencies.itoa]
version = "1.0.18"

[dependencies.ryu]
version = "1.0.23"