nv-runtime 0.1.0

Pipeline orchestration, feed lifecycle, output, provenance, and concurrency 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-runtime"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pipeline orchestration, feed lifecycle, output, provenance, and concurrency 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"

[features]
cuda = [
    "gst-backend",
    "nv-media/cuda",
]
default = ["gst-backend"]
gst-backend = ["nv-media/gst-backend"]

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

[[example]]
name = "mock_detector"
path = "examples/mock_detector.rs"

[[example]]
name = "multi_feed"
path = "examples/multi_feed.rs"

[[example]]
name = "ptz_aware"
path = "examples/ptz_aware.rs"

[[example]]
name = "stage_pipeline_direct"
path = "examples/stage_pipeline_direct.rs"

[[bench]]
name = "runtime_bench"
path = "benches/runtime_bench.rs"
harness = false

[dependencies.nv-core]
version = "0.1.0"

[dependencies.nv-frame]
version = "0.1.0"

[dependencies.nv-media]
version = "0.1.0"
default-features = false

[dependencies.nv-perception]
version = "0.1.0"

[dependencies.nv-temporal]
version = "0.1.0"

[dependencies.nv-view]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.nv-test-util]
version = "0.1.0"