[dependencies.axum-core]
optional = true
version = "0.4.5"
[dependencies.http]
optional = true
version = "1.1.0"
[features]
axum = ["dep:axum-core", "dep:http"]
[lib]
name = "el"
path = "src/lib.rs"
[lints.clippy]
use_self = "warn"
[lints.rust]
deprecated_safe = "warn"
future_incompatible = "warn"
keyword_idents = "warn"
let_underscore_drop = "warn"
non_local_definitions = "warn"
redundant_imports = "warn"
redundant_lifetimes = "warn"
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"
unit_bindings = "warn"
unnameable_types = "warn"
unused = "warn"
unused_crate_dependencies = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"
[lints.rust.unsafe_code]
level = "forbid"
priority = 1
[package]
authors = ["Garmelon <garmelon@plugh.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "template-engine"]
description = "Write and manipulate HTML elements as data"
edition = "2021"
keywords = ["html", "svg", "mathml", "hiccup"]
license = "MIT OR Apache-2.0"
name = "el"
readme = "README.md"
repository = "https://github.com/Garmelon/el"
version = "0.1.1"