[package]
edition = "2021"
rust-version = "1.70"
name = "videostream"
version = "2.2.0"
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.0"
[dev-dependencies.env_logger]
version = "0.11"
[dev-dependencies.rand]
version = "0.9.0"
[dev-dependencies.serial_test]
version = "3.2.0"