fann 0.1.7

Wrapper for the Fast Artificial Neural Networks library
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]
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"]