yolo_detector 1.0.1

YOLO object detection wrapper for OpenCV and ONNX in Rust
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 = "yolo_detector"
version = "1.0.1"
authors = ["Elieren https://github.com/Elieren"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YOLO object detection wrapper for OpenCV and ONNX in Rust"
readme = "README.md"
keywords = [
    "yolo",
    "onnx",
    "opencv",
    "object-detection",
]
categories = [
    "computer-vision",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Elieren/yolo_detector"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.ndarray]
version = "=0.15.6"

[dependencies.opencv]
version = "0.94.4"

[dependencies.ordered-float]
version = "5.0.0"

[dependencies.ort]
version = "1.16.3"
features = ["cuda"]

[dependencies.rand]
version = "0.9.1"