# 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 = "2021" name = "pico-tflmicro-sys" version = "0.1.3" authors = ["Bjorn Beishline"] include = [ "src/**", "LICENSE", "**/*.md", "**/*.rs", "prebuilt/**", ] description = "Rust bindings of TensorFlow Lite for Microcontrollers for Raspberry Pi Pico" documentation = "https://docs.rs/pico-tflmicro-sys/latest/pico_tflmicro_sys/" readme = "README.md" keywords = [ "pico", "tflmicro", "sys", "microcontroller", "tensorflow", ] categories = [ "no-std", "embedded", "api-bindings", "computer-vision", ] license = "MIT" repository = "https://github.com/BjornTheProgrammer/pico-tflmicro-sys" [dependencies.cty] version = "0.2.2" [build-dependencies.anyhow] version = "1.0.81" [build-dependencies.bindgen] version = "0.63" [build-dependencies.cc] version = "1.0.90" features = ["parallel"] [build-dependencies.downloader] version = "0.2.7" [build-dependencies.embuild] version = "0.31.4" features = [ "cmake", "espidf", ] [build-dependencies.walkdir] version = "2.5.0" [features] build = []