edgefirst-tracker 0.14.0

Multi-object tracking with ByteTrack for edge AI video analytics
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-tracker"
version = "0.14.0"
authors = ["Au-Zone Technologies <support@au-zone.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-object tracking with ByteTrack for edge AI video analytics"
homepage = "https://edgefirst.ai"
documentation = "https://docs.rs/edgefirst-tracker"
readme = "README.md"
keywords = [
    "tracking",
    "bytetrack",
    "object-tracking",
    "kalman-filter",
    "edge-ai",
]
categories = [
    "multimedia::images",
    "science",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/EdgeFirstAI/hal"
resolver = "3"

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

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.lapjv]
version = "0.2.1"

[dependencies.log]
version = "0.4.29"

[dependencies.nalgebra]
version = "0.32.6"

[dependencies.ndarray]
version = "0.16.1"
features = ["rayon"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.uuid]
version = "1.22.0"
features = ["v4"]