# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "fann" version = "0.1.8" authors = ["Andreas Fackler "] description = """ Wrapper for the Fast Artificial Neural Networks library """ 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.8" [dependencies.libc] version = "~0.2.20" [features] double = ["fann-sys/double"]