You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
493 B
27 lines
493 B
[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",
|
|
]
|
|
|