# 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 = "2018" name = "opensrdk-kernel-method" version = "0.2.5" authors = ["Kimura Yu <33382781+KimuraYu45z@users.noreply.github.com>"] description = "Standard Kernel Method library for OpenSRDK toolchain." readme = "README.md" keywords = ["machine-learning"] categories = [ "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/OpenSRDK/kernel-method-rs" [dependencies.opensrdk-linear-algebra] version = "0.8.2" [dependencies.opensrdk-symbolic-computation] version = "0.2.0" [dependencies.rayon] version = "1.5.1" [dependencies.thiserror] version = "1.0.28"