# 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 = "tflitec" version = "0.6.0" authors = ["ebraraktas "] description = "A safe Rust wrapper of TensorFlow Lite C API supporting x86_64 and ARM (iOS, Android)" readme = "README.md" keywords = [ "bindings", "tensorflow", "machine-learning", "ffi", "cross-platform", ] categories = [ "api-bindings", "science", ] license = "MIT" repository = "https://github.com/VoysAI/tflitec-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tflitec" [dependencies] [build-dependencies.bindgen] version = "0.65" [build-dependencies.curl] version = "0.4" [build-dependencies.fs_extra] version = "1.3" [features] xnnpack = [] xnnpack_qs8 = ["xnnpack"] xnnpack_qu8 = ["xnnpack"]