The README includes badges that reference {{CRATE_NAME}}, but the variable is not being replaced. As a result, the generated README shows empty crate links:
[](https://crates.io/crates/)
[](https://docs.rs/)
Expected behavior: {{CRATE_NAME}} should be replaced with the actual crate name during template generation or ignored.
The README includes badges that reference
{{CRATE_NAME}}, but the variable is not being replaced. As a result, the generated README shows empty crate links:Expected behavior:
{{CRATE_NAME}}should be replaced with the actual crate name during template generation or ignored.