styx-libcamera 0.1.0

Libcamera probing backend for Styx capture descriptors.
Documentation
[dependencies.libcamera]
default-features = false
features = ["libcamera_semver_versioning"]
optional = true
version = "0.6"

[dependencies.libcamera-sys]
optional = true
version = "0.6"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.styx-capture]
version = "0.1.0"

[dependencies.styx-core]
package = "styx-core-rs"
version = "0.1.0"

[features]
default = []
probe = ["libcamera", "libcamera-sys", "libcamera/vendor_draft"]
vendor_rpi = ["probe", "libcamera/vendor_rpi"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::video", "api-bindings"]
description = "Libcamera probing backend for Styx capture descriptors."
documentation = "https://docs.rs/styx-libcamera"
edition = "2024"
homepage = "https://github.com/sozo/Styx"
keywords = ["media", "video", "libcamera", "capture"]
license = "MIT OR Apache-2.0"
name = "styx-libcamera"
readme = "README.md"
repository = "https://github.com/sozo/Styx"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"