# 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 = "rusvm" version = "0.2.3" authors = ["Nico Strasdat "] description = "Solve SVM training problems" readme = "README.md" keywords = [ "smo", "svm", "machine-learning", ] license = "AGPL-3.0-or-later" repository = "https://github.com/wotzlaff/rusvm" [dependencies.caches] version = "0.2.6" [dependencies.ndarray] version = "0.15" [dependencies.ndarray-linalg] version = "0.16" features = ["intel-mkl-static"] optional = true [dependencies.rulinalg] version = "0.4.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.web-sys] version = "0.3" features = [ "Window", "Performance", ] optional = true [features] default = ["lapack"] lapack = ["dep:ndarray-linalg"] wasm = [ "dep:web-sys", "dep:wasm-bindgen", ]