norm-uvc-src 0.3.0-nc

Vendored norma-core libuvc fork with CLOCK_BOOTTIME timestamps (Linux only)
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"
name = "norm-uvc-src"
version = "0.3.0-nc"
authors = [
    "Magnus Ulimoen <flymagnus@gmail.com>",
    "NormaCore.Dev",
]
build = "build.rs"
links = "uvcsrc"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored norma-core libuvc fork with CLOCK_BOOTTIME timestamps (Linux only)"
readme = false
license-file = "source/LICENSE.txt"
repository = "https://github.com/norma-core/libuvc-rs"

[features]
jpeg = ["mozjpeg-sys"]
uvc_debugging = []

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

[dependencies.libusb-sys]
version = "0.7.0"
package = "libusb1-sys"

[dependencies.mozjpeg-sys]
version = "2.2.1"
optional = true
default-features = false

[build-dependencies.cc]
version = "1.2.56"