# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rlst" version = "0.2.1" authors = ["The linalg-rs contributors"] exclude = [ "suitesparse-src", "netlib-lapack-src", "blis-src", ] description = "A Rust native linear algebra library." homepage = "https://github.com/linalg-rs" readme = "README.md" keywords = ["numerics"] categories = [ "mathematics", "science", ] license = "MIT / Apache-2.0" repository = "https://github.com/linalg-rs/rlst" [lib] name = "rlst" [[example]] name = "mpi_gather_to_all_vector" required-features = ["mpi"] [[example]] name = "mpi_gather_vector" required-features = ["mpi"] [[example]] name = "mpi_index_set" required-features = ["mpi"] [[example]] name = "mpi_scatter_vector" required-features = ["mpi"] [[bench]] name = "matrix_multiplication" harness = false [[bench]] name = "inverse_sqrt_f64" harness = false [[bench]] name = "inverse_sqrt_f32" harness = false [[bench]] name = "sin_cos" harness = false [[bench]] name = "exp" harness = false [dependencies.blas] version = "0.22" [dependencies.bytemuck] version = "1.16.0" [dependencies.coe-rs] version = "0.1.2" [dependencies.itertools] version = "0.13" [dependencies.lapack] version = "0.19" [dependencies.mpi] version = "0.8.0" optional = true [dependencies.mpi-sys] version = "0.2.1" optional = true [dependencies.num] version = "0.4" features = [ "serde", "rand", ] [dependencies.pulp] version = "0.18.12" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.rand_distr] version = "0.4" [dependencies.rlst-proc-macro] version = "0.2" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.5" features = ["num-complex"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.paste] version = "1" [dev-dependencies.rand] version = "0.8" [build-dependencies.bindgen] version = "0.70" [build-dependencies.cc] version = "1.0" [build-dependencies.cmake] version = "0.1" [build-dependencies.git2] version = "0.19" [features] default = [] disable_system_blas_lapack = [] internal_blis = [] mpi = [ "dep:mpi", "dep:mpi-sys", ] nightly = [] sleef = [] strict = [] suitesparse = [] [lints.clippy] wildcard_imports = "forbid"