# 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-transformer" version = "0.1.14" authors = [ "FL03 (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false 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] name = "concision_transformer" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true bench = false [[test]] name = "attention" path = "tests/attention.rs" required-features = [ "approx", "rand", ] [[test]] name = "default" path = "tests/default.rs" [[test]] name = "ops" path = "tests/ops.rs" [[test]] name = "params" path = "tests/params.rs" [dependencies.approx] version = "0.5" optional = true [dependencies.concision-core] version = "0.1.14" default-features = false [dependencies.concision-linear] version = "0.1.14" default-features = false [dependencies.ndarray] version = "0.15" default-features = false [dependencies.num] version = "0.4" default-features = false [dependencies.paste] version = "1" [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", "concision-linear/alloc", "serde?/alloc", ] approx = [ "dep:approx", "concision-core/approx", "concision-linear/approx", "ndarray/approx-0_5", ] blas = [ "concision-core/blas", "concision-linear/blas", "ndarray/blas", ] default = ["std"] full = [ "default", "approx", "rand", "serde", ] rand = [ "concision-core/rand", "concision-linear/rand", "num/rand", ] serde = [ "serde-1", "concision-core/serde", "concision-linear/serde", "ndarray/serde-1", "num/serde", ] serde-1 = ["dep:serde"] std = [ "concision-core/std", "concision-linear/std", "ndarray/std", "num/std", "serde?/std", "strum/std", ] tracing = [ "dep:tracing", "concision-core/tracing", "concision-linear/tracing", ] wasi = [ "concision-core/wasi", "concision-linear/wasi", ] wasm = [ "concision-core/wasm", "concision-linear/wasm", ] [target.wasm32-unknown-unknown] [target.wasm32-wasi]