webcam 0.0.0

Asynchronous cross-platform webcam capture library.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "pasts"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "681b1bd988e4321aa7e62f2dba46eb1be42d617a8e1fde616aa12bcaa9572f24"

[[package]]
name = "pix"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bea9d5c668f13b4a1b97d848780e00cfabf76eb83538129c264c0c6d6a968047"

[[package]]
name = "smelling_salts"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f2692f084bca749bf1496cb442450bb4fd9ce511cceab14133416700ea42f34"

[[package]]
name = "webcam"
version = "0.0.0"
dependencies = [
 "pasts",
 "pix",
 "smelling_salts",
]