[package] name = "fann-sys" version = "0.1.8" authors = ["Andreas Fackler "] license = "LGPL-3.0" documentation = "https://afck.github.io/docs/fann-sys-rs/fann_sys" repository = "https://github.com/afck/fann-sys-rs" readme = "README.md" description = """ Low-level bindings to the Fast Artificial Neural Networks library """ keywords = ["neural", "network", "fann", "classifier", "backpropagation"] [features] # Use double precision. double = [] [dependencies] libc = "~0.2.20"