# 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 = "kamera" version = "0.0.2" authors = ["Gilbert Röhrbein"] description = "Camera API with a reduced feature set for basic use cases and learning" documentation = "https://docs.rs/kamera" readme = "README.md" keywords = [ "camera", "webcam", "capture", "cross-platform", ] license = "MIT/Apache-2.0" repository = "https://github.com/payload/kamera" [dependencies.ffimage] version = "0.9.0" [dependencies.ffimage_yuv] version = "0.9.0" [dev-dependencies.softbuffer] version = "0.3.0" [dev-dependencies.winit] version = "0.27.5" [target."cfg(target_os = \"macos\")".dependencies.icrate] version = "0.0.3" features = [ "Foundation", "Foundation_NSArray", "Foundation_NSNumber", "Foundation_NSMutableDictionary", ] [target."cfg(target_os = \"macos\")".dependencies.objc2] version = "0.4.0" features = ["malloc"] [target."cfg(target_os=\"linux\")".dependencies.v4l] version = "0.14.0" [target."cfg(target_os=\"windows\")".dependencies.windows] version = "0.43" features = [ "Win32_Media_MediaFoundation", "Win32_System_Com", "Win32_Foundation", "Win32_Media_DirectShow", "Win32_Media", "Win32", "Win32_Media_KernelStreaming", "Win32_System_Com_StructuredStorage", "implement", ]