# 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 = "uiua-nokhwa-core" version = "0.1.2" authors = ["l1npengtul "] description = "Core type definitions for nokhwa" readme = "README.md" keywords = [ "camera", "webcam", "capture", "cross-platform", ] license = "Apache-2.0" repository = "https://github.com/l1npengtul/nokhwa" [package.metadata.docs.rs] features = ["docs-features"] [dependencies.bytes] version = "1.3" [dependencies.image] version = "0.24" default-features = false [dependencies.mozjpeg] version = "0.10" optional = true [dependencies.opencv] version = "0.81" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.wgpu] version = "0.16" optional = true [features] default = [] docs-features = [ "serialize", "wgpu-types", "mjpeg", ] mjpeg = ["mozjpeg"] opencv-mat = ["opencv"] serialize = ["serde"] test-fail-warnings = [] wgpu-types = ["wgpu"]