# Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template
[alias]
docs-rs = [
    "doc", "--no-deps", "--open",
    "--features", "docs-rs",
]

[build]
rustdocflags = [
    "--html-before-content", "fix-docsrs-li-details-summary.html",
]

[doc.extern-map.registries]
crates-io = "https://docs.rs/"

[profile.rust-analyzer]
inherits = "dev"
