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

[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"
