**Crate name:** geozero **Build failure link:** https://docs.rs/crate/geozero/0.7.2/builds/355163 **Additional details:** geozero has the following Cargo.toml entry: ``` [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] ``` `cfg(docsrs)` is required for a doc.rs build of the dependency `gdal`: https://github.com/georust/gdal/blob/master/build.rs#L3 The failing `tokio-stream` crate does in fact set a feature twice based on `docsrs`: https://github.com/tokio-rs/tokio/blob/master/tokio-stream/src/lib.rs#L17-L23 But a local doc build is successful!