[package] summary = "Substitute implementation of the Rust compiler's proc_macro API" cargo-toml-patch-comments = [ "remove superfluous dev-dependencies that are only present for a noop doctest", ] [[package.extra-patches]] number = 2 file = "0001-ignore-one-doctest-block-that-adds-superfluous-dev-d.patch" [features] hide = ["nightly"] [tests] run = [ "lib", "doc", "tests", ] skip.doc = [ "'src/lib.rs'", ] comments.doc = [ "skip doctests that don't compile", ]