# 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 = "mlua-tract" version = "0.1.2" authors = ["David Rauschenbach "] description = "Lua bindings for tract, the tiny, no-nonsense, self-contained, Rust-based Tensorflow and ONNX inference runtime." homepage = "https://on-prem.net" readme = "README.md" keywords = [ "lua", "inference", "onnx", "tensorflow", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.com/megalithic-llc/mlua-tract.git" [dependencies.mlua] version = "0.9.5" [dependencies.tract-core] version = "0.21.1" [dependencies.tract-data] version = "0.21.1" [dependencies.tract-onnx] version = "0.21.1" [dev-dependencies.mlua-image] version = "0.1.2" [features] lua51 = [ "mlua/lua51", "mlua/vendored", ] lua52 = [ "mlua/lua52", "mlua/vendored", ] lua53 = [ "mlua/lua53", "mlua/vendored", ] lua54 = [ "mlua/lua54", "mlua/vendored", ] luajit = [ "mlua/luajit", "mlua/vendored", ] luajit52 = [ "mlua/luajit52", "mlua/vendored", ]