Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# pre-build errors command failed: exit status: 101 warning: An explicit [[bin]] section is specified in Cargo.toml which currently disables Cargo from automatically inferring other binary targets. This inference behavior will change in the Rust 2018 edition and the following files will be included as a binary target: * src/main.rs This is likely to break cargo build or cargo test as these files may not be ready to be compiled as a binary target today. You can future-proof yourself and disable this warning by adding `autobins = false` to your [package] section. You may also move the files to a location where Cargo would not automatically infer them to be a target, such as in subfolders. For more information on this warning you can consult https://github.com/rust-lang/cargo/issues/5330 warning: path `src/main.rs` was erroneously implicitly accepted for binary `main`, please set bin.path in Cargo.toml warning: no edition set: defaulting to the 2015 edition while the latest is 2024 error: failed to download `nalgebra v0.5.1` Caused by: unable to get packages from source Caused by: failed to parse manifest at `/home/cratesfyi/workspace-builder/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nalgebra-0.5.1/Cargo.toml` Caused by: dependency (quickcheck) specified without providing a local path, Git repository, version, or workspace dependency to use Stack backtrace: 0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from 1: rustwide::prepare::fetch_deps 2: rustwide::prepare::Prepare::prepare 3: rustwide::build::BuildDirectory::run 4: docs_rs::docbuilder::rustwide_builder::RustwideBuilder::build_package 5: prometheus::histogram::Histogram::observe_closure_duration 6: docs_rs::build_queue::BuildQueue::build_next_queue_package 7: docs_rs::utils::queue_builder::queue_builder 8: cratesfyi::CommandLine::handle_args 9: cratesfyi::main 10: std::sys::backtrace::__rust_begin_short_backtrace 11: std::rt::lang_start::{{closure}} 12: std::rt::lang_start_internal 13: main 14: __libc_start_main at /build/glibc-uZu3wS/glibc-2.27/csu/../csu/libc-start.c:310 15: _start