# 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 = "tfledge" version = "0.0.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Chalkydri TFLite and libedgetpu bindings" readme = "README.md" license = "GPL-3.0" [lib] name = "tfledge" path = "src/lib.rs" [[bin]] name = "tfledge" path = "src/main.rs" [dependencies.env_logger] version = "0.11.3" [dependencies.libc] version = "0.2.154" [dependencies.log] version = "0.4.21" [dependencies.rgb] version = "0.8.37" [build-dependencies.bindgen] version = "0.69.4" [features] __bindgen = [] default = ["throttled"] direct = [] throttled = []