# 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" rust-version = "1.65" name = "lair" version = "0.7.0" authors = [ "Min Kim ", "Min Shao ", ] build = false exclude = ["./github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Linear algebra in Rust" homepage = "https://github.com/vinesystems/lair" documentation = "https://docs.rs/lair" readme = "README.md" keywords = [ "linear-algebra", "matrix", "decomposition", ] categories = ["mathematics"] license = "Apache-2.0" repository = "https://github.com/vinesystems/lair" [lib] name = "lair" path = "src/lib.rs" [[bench]] name = "geqrf" path = "benches/geqrf.rs" harness = false [[bench]] name = "getrf" path = "benches/getrf.rs" harness = false [[bench]] name = "getrs" path = "benches/getrs.rs" harness = false [dependencies.ndarray] version = "0.16" [dependencies.num-complex] version = "0.4" [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.ndarray] version = "0.16" features = ["approx"] [dev-dependencies.ndarray-rand] version = "0.15" [dev-dependencies.rand_isaac] version = "0.3" [features] default = [] serialization = [ "serde", "num-complex/serde", ]