# 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] edition = "2018" name = "tensorflow-sys" version = "0.24.0" authors = [ "Adam Crume ", "Ivan Ukhov ", ] build = "build.rs" links = "tensorflow" description = "The package provides bindings to TensorFlow." homepage = "https://github.com/tensorflow/rust" documentation = "https://tensorflow.github.io/rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tensorflow/rust" [package.metadata.docs.rs] features = ["private-docs-rs"] [dependencies.cfg-if] version = "1.0.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.libc] version = "0.2.132" [dependencies.libloading] version = "0.7.3" optional = true [dependencies.log] version = "0.4.17" optional = true [build-dependencies.curl] version = "0.4.44" [build-dependencies.flate2] version = "1.0.24" [build-dependencies.pkg-config] version = "0.3.25" [build-dependencies.semver] version = "1.0.13" [build-dependencies.tar] version = "0.4.38" [build-dependencies.zip] version = "0.6.4" [features] eager = [] examples_system_alloc = [] experimental = [] private-docs-rs = [] tensorflow_gpu = []