[package]
name = "fann"
version = "0.1.7"
authors = ["Andreas Fackler <AndreasFackler@gmx.de>"]
description = "Wrapper for the Fast Artificial Neural Networks library\n"
documentation = "https://afck.github.io/docs/fann-rs/fann"
readme = "README.md"
keywords = ["neural", "network", "fann", "classifier", "backpropagation"]
license = "LGPL-3.0"
repository = "https://github.com/afck/fann-rs"
[dependencies.fann-sys]
version = "0.1.7"
[dependencies.libc]
version = "~0.2.20"
[features]
double = ["fann-sys/double"]