deepviewrt 0.7.3

DeepViewRT is a highly-optimized AI inference engine for embedded devices and part of the DeepView AI Middleware
Documentation
[[bin]]
name = "modelrunner"
path = "src/modelrunner.rs"
required-features = ["modelrunner"]

[dependencies.deepviewrt-sys]
version = "0.7.3"

[features]
default = []
modelrunner = []

[lib]
name = "deepviewrt"
path = "src/lib.rs"

[package]
authors = ["Au-Zone Technologies"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["computer-vision", "multimedia::video", "api-bindings"]
description = "DeepViewRT is a highly-optimized AI inference engine for embedded devices and part of the DeepView AI Middleware"
documentation = "https://docs.rs/deepviewrt"
edition = "2021"
exclude = ["/.github/*", "/.gitattributes", "/clippy.toml", "/codecov.yml"]
homepage = "https://support.deepviewml.com"
keywords = ["deepview", "visionpack"]
license = "AGPL-3.0"
name = "deepviewrt"
readme = "README.md"
repository = "https://github.com/DeepViewML/deepviewrt-rs"
version = "0.7.3"