fann 0.1.8

Wrapper for the Fast Artificial Neural Networks library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "fann"
version = "0.1.8"
dependencies = [
 "fann-sys",
 "libc",
]

[[package]]
name = "fann-sys"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f770b1d2abd8d539bbcc9c72875ccbaab2e96f0f89be87f3f7361ada9de39ed"
dependencies = [
 "libc",
]

[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"