I have a crate that requires complicated system dependencies to build. However, the real functionality is not actually needed for docs, so I think I could fake it just for doc generation.
Can I somehow detect docs.rs and build my crate differently for docs?