2021-12-21 22:21:42 +00:00
|
|
|
[alias]
|
|
|
|
xtask = "run --package xtask --"
|
2021-12-28 04:38:45 +00:00
|
|
|
pyo3_doc = "doc --lib --no-default-features --features=full --no-deps --workspace --open --exclude pyo3-macros --exclude pyo3-macros-backend"
|
|
|
|
pyo3_doc_scrape = "doc --lib --no-default-features --features=full --no-deps --workspace --open --exclude pyo3-macros --exclude pyo3-macros-backend -Z unstable-options -Z rustdoc-scrape-examples=examples"
|
|
|
|
pyo3_doc_internal = "doc --lib --no-default-features --features=full --no-deps --workspace --open --document-private-items -Z unstable-options -Z rustdoc-scrape-examples=examples"
|
|
|
|
|
|
|
|
[build]
|
|
|
|
rustdocflags = ["--cfg", "docsrs"]
|