telium 0.1.2

Eventually a suite a libraries for medical science
Documentation
Build #1495075 2024-11-05T04:05:17.133011+00:00
# 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 2021
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-6f17d22bba15001f/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::utils::queue_builder::queue_builder
7: cratesfyi::CommandLine::handle_args
8: cratesfyi::main
9: std::sys::backtrace::__rust_begin_short_backtrace
10: std::rt::lang_start::{{closure}}
11: std::rt::lang_start_internal
12: main
13: __libc_start_main
at /build/glibc-uZu3wS/glibc-2.27/csu/../csu/libc-start.c:310
14: _start