nv-core 0.1.0

Shared types, IDs, timestamps, geometry, errors, metadata, health events, and metrics for the NextVision runtime.
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 = "2024"
rust-version = "1.92"
name = "nv-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types, IDs, timestamps, geometry, errors, metadata, health events, and metrics for the NextVision runtime."
homepage = "https://github.com/thenadz/nextvision"
readme = "README.md"
keywords = [
    "video",
    "perception",
    "gstreamer",
    "detection",
    "tracking",
]
categories = [
    "computer-vision",
    "multimedia::video",
    "concurrency",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thenadz/nextvision"

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

[dependencies.thiserror]
version = "2"