tensorflow 0.5.1

Rust language bindings for TensorFlow.
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 = "tensorflow"
version = "0.5.1"
authors = ["Adam Crume <acrume@google.com>"]
description = "Rust language bindings for TensorFlow."
documentation = "https://tensorflow.github.io/rust/tensorflow"
readme = "README.md"
keywords = ["TensorFlow", "bindings"]
license = "Apache-2.0"
repository = "https://github.com/tensorflow/rust"

[[example]]
name = "addition"

[[example]]
name = "expressions"
required-features = ["tensorflow_unstable"]

[[example]]
name = "regression"

[[example]]
name = "regression_savedmodel"
[dependencies.tensorflow-sys]
version = "0.8.0"

[dependencies.libc]
version = "0.2"

[dependencies.num-complex]
version = "0.1.35"
default-features = false
[dev-dependencies.random]
version = "0.12"

[features]
tensorflow_unstable = []