# 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" name = "libcamera" version = "0.3.0" description = "Safe Rust bindings for libcamera" documentation = "https://docs.rs/libcamera" readme = "README.md" keywords = [ "libcamera", "camera", ] categories = [ "api-bindings", "computer-vision", "multimedia", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lit-robotics/libcamera-rs" [dependencies.bitflags] version = "2.0.0-rc.2" [dependencies.drm-fourcc] version = "2.2" [dependencies.libc] version = "0.2" [dependencies.libcamera-sys] version = "0.3.0" default-features = false [dependencies.num_enum] version = "0.6.1" [dependencies.smallvec] version = "1.10" [dependencies.thiserror] version = "1.0" [build-dependencies.libcamera-sys] version = "0.3.0" [build-dependencies.semver] version = "1.0.22" [features] default = [ "vendor_draft", "libcamera_semver_versioning", ] libcamera_semver_versioning = [] vendor_draft = [] vendor_rpi = []