ffsvm 0.6.4

A libSVM compatible support vector machine, but up to 10x faster, for games or VR.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "ffsvm"
version = "0.6.4"
authors = ["Ralf Biedert <rb@xr.io>"]
exclude = ["docs/*"]
description = "A libSVM compatible support vector machine, but up to 10x faster, for games or VR."
readme = "README.md"
keywords = ["svm", "libsvm", "machine-learning"]
categories = ["science", "algorithms"]
license = "MIT"
repository = "https://github.com/ralfbiedert/ffsvm-rust"
[profile.release]
opt-level = 3
lto = true

[lib]
name = "ffsvm"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.packed_simd]
version = "0.3"

[dependencies.pest]
version = "2.0"

[dependencies.pest_derive]
version = "2.0"

[dependencies.rand]
version = "0.6"

[dependencies.simd_aligned]
version = "0.1.3"
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "ralfbiedert/ffsvm-rust"