deepviewrt 0.0.0

DeepViewRT is a highly-optimized AI inference engine for embedded devices and part of the DeepView AI Middleware
Documentation
[package]
name = "deepviewrt"
description = "DeepViewRT is a highly-optimized AI inference engine for embedded devices and part of the DeepView AI Middleware"
authors = ["Au-Zone Technologies"]
readme = "README.md"
license = "AGPL-3.0"
homepage = "https://support.deepviewml.com"
repository = "https://github.com/DeepViewML/deepviewrt-rs"
documentation = "https://docs.rs/deepviewrt"
keywords = ["deepview", "visionpack"]
categories = ["computer-vision", "multimedia::video", "api-bindings"]
version = "0.0.0"
edition = "2021"

exclude = [
    "/.github/*",
    "/.gitattributes",
    "/clippy.toml",
    "/codecov.yml",
]

[lib]
name = "deepviewrt"

[workspace]
members = ["deepviewrt-sys"]

[dependencies]
deepviewrt-sys = {version = "0.0.0", path = "deepviewrt-sys"}