# 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-data" 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 = false [[test]] name = "params" required-features = ["std"] [dependencies.approx] version = "0.5" optional = true [dependencies.concision-core] version = "0.1.14" default-features = false [dependencies.itertools] version = "0.13" [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] [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"] serde = [ "dep:serde", "serde-ext", ] serde-ext = [ "concision-core/serde", "ndarray/serde-1", ] std = [ "concision-core/std", "ndarray/std", "num/std", "serde/std", "strum/std", ] tracing = [ "dep:tracing", "concision-core/tracing", ] wasi = ["concision-core/wasi"] wasm = ["concision-core/wasm"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]