videostream 2.2.2

Safe Rust bindings for VideoStream Library - zero-copy video frame management and distribution
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"
rust-version = "1.70"
name = "videostream"
version = "2.2.2"
authors = ["Au-Zone Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for VideoStream Library - zero-copy video frame management and distribution"
homepage = "https://edgefirst.ai"
readme = "README.md"
keywords = [
    "video",
    "zero-copy",
    "edge-ai",
    "computer-vision",
    "embedded",
]
categories = [
    "computer-vision",
    "multimedia::video",
    "api-bindings",
    "hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/EdgeFirstAI/videostream"

[package.metadata.release]
pre-release-replacements = []

[features]
default = []

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

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

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

[[test]]
name = "integration_pipeline"
path = "tests/integration_pipeline.rs"

[[test]]
name = "minimal_encoder_test"
path = "tests/minimal_encoder_test.rs"

[[test]]
name = "v4l2_discovery"
path = "tests/v4l2_discovery.rs"

[dependencies.dma-buf]
version = "0.5.0"

[dependencies.log]
version = "0.4"

[dependencies.unix-ts]
version = "1.0.0"

[dependencies.videostream-sys]
version = "2.2.2"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.serial_test]
version = "3.2.0"