diff --git a/templates/crate/features.html b/templates/crate/features.html index 11ef509ae..c7125ccce 100644 --- a/templates/crate/features.html +++ b/templates/crate/features.html @@ -53,6 +53,14 @@

{{ metadata.name }}

+
+ There is very little structured metadata to build this page + from currently. You should check the + main library docs, + readme, or + Cargo.toml + in case the author documented the features in them. +
{%- if features -%}

This version has {{ features | length }} feature flags, {{ default_len }} of them enabled by default.

{%- for feature in features -%}