edgefirst-hal 0.13.2

EdgeFirst Hardware Abstraction Layer for edge AI inference pipelines
Documentation
# 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 = "edgefirst-hal"
version = "0.13.2"
authors = ["Au-Zone Technologies <support@au-zone.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EdgeFirst Hardware Abstraction Layer for edge AI inference pipelines"
homepage = "https://edgefirst.ai"
documentation = "https://docs.rs/edgefirst-hal"
readme = "README.md"
keywords = [
    "edge-ai",
    "machine-learning",
    "tensor",
    "image-processing",
    "embedded",
]
categories = [
    "multimedia::images",
    "science",
    "embedded",
]
license = "Apache-2.0"
repository = "https://github.com/EdgeFirstAI/hal"
resolver = "3"

[features]
default = [
    "ndarray",
    "opengl",
]
ndarray = ["edgefirst-tensor/ndarray"]
opengl = ["edgefirst-image/opengl"]
tracker = [
    "edgefirst-decoder/tracker",
    "edgefirst-tracker",
]

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

[dependencies.edgefirst-decoder]
version = "0.13.2"

[dependencies.edgefirst-image]
version = "0.13.2"

[dependencies.edgefirst-tensor]
version = "0.13.2"

[dependencies.edgefirst-tracker]
version = "0.13.2"
optional = true