# 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 = "concision-linear" version = "0.1.14" authors = [ "FL03 (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)", ] build = "build.rs" description = "Concision is a complete data-science toolkit written in Rust" homepage = "https://github.com/FL03/concision/wiki" readme = "README.md" keywords = [ "data-science", "scsys", "toolkit", ] categories = ["science"] license = "Apache-2.0" repository = "https://github.com/FL03/concision" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = ["lib"] test = true doctest = true bench = false [[test]] name = "linear" required-features = ["std"] [[test]] name = "norm" required-features = [ "approx", "std", ] [[test]] name = "params" required-features = ["std"] [dependencies.approx] version = "0.5" optional = true [dependencies.concision-core] version = "0.1.14" default-features = false [dependencies.ndarray] version = "0.15" default-features = false [dependencies.num] version = "0.4" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.smart-default] version = "0.7" [dependencies.strum] version = "0.26" features = ["derive"] default-features = false [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.lazy_static] version = "1" [build-dependencies] [features] alloc = ["concision-core/alloc"] approx = [ "dep:approx", "concision-core/approx", "ndarray/approx-0_5", ] blas = [ "concision-core/blas", "ndarray/blas", ] default = ["std"] full = [ "default", "approx", "rand", "serde", "tracing", ] rand = [ "concision-core/rand", "num/rand", ] serde = [ "serde-1", "concision-core/serde", "ndarray/serde-1", "num/serde", ] serde-1 = ["dep:serde"] std = [ "concision-core/std", "ndarray/std", "num/std", "serde?/std", "strum/std", ] tracing = ["dep:tracing"] wasi = ["concision-core/wasi"] wasm = ["concision-core/wasm"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]