Cargo Features

[dependencies]
html-tags = { version = "0.0.12", default-features = false, features = ["alloc", "tendril"] }
default = alloc, tendril

These default features are set whenever html-tags is added without default-features = false somewhere in the dependency tree.

alloc default tendril

Affects html-tags::AttributeValueOwned, html-tags::Html.data, html-tags::Html.extra, html-tags::HtmlOwned, html-tags::HtmlOwned.data, html-tags::HtmlOwned.extra, html-tags::Base.data, html-tags::Base.extra, html-tags::BaseOwned, html-tags::BaseOwned.data, html-tags::BaseOwned.extra, html-tags::Head.data, html-tags::Head.extra, html-tags::HeadOwned, html-tags::HeadOwned.data, html-tags::HeadOwned.extra

tendril default = alloc

Enables tendril