shiguredo_libcamera 2026.1.0-canary.1

Rust bindings for libcamera
# 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.88"
name = "shiguredo_libcamera"
version = "2026.1.0-canary.1"
authors = ["Shiguredo Inc."]
build = "build.rs"
links = "libcamera_c"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for libcamera"
homepage = "https://github.com/shiguredo/libcamera-rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/shiguredo/libcamera-rs"

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

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

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

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

[dependencies]

[dev-dependencies.nojson]
version = "0.3"

[build-dependencies.bindgen]
version = "0.72"

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

[build-dependencies.pkg-config]
version = "0.3"