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
somewhere in the dependency tree.default-features = false - 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