{# this is the default template used when the user does not specify one #}
{%- if crate -%}
# {{ crate }}
{%- if license %}  | urlencode }}-blue)
{%- else %} 
{%- endif %}
{%- if crate %} [](https://crates.io/crates/{{ crate | urlencode }})
{%- if target == "lib" %} [](https://docs.rs/{{ crate | urlencode }})
{%- endif %}
{%- endif %}
{%- if repository %}
{%- if repository_host == "github.com" %} []({{ repository }})
{%- elif repository_host == "gitlab.com" %} []({{ repository }})
{%- elif repository_host == "codeberg.org" %} []({{ repository }})
{%- elif repository_host %} [ | urlencode }}-blue)]({{ repository }})
{%- endif %}
{%- endif %} [](https://github.com/akalinux/r-span-tools/actions/workflows/test.yaml)
{%- if rust_version %} [](https://github.com/rust-lang/rust/releases/tag/{{ rust_version | urlencode }})
{%- endif %}
{%- endif %}
{{ readme }}
{%- if links != "" %}
{{ links }}
{%- endif -%}