aeyes 1.0.1

Non-interactive webcam daemon for instant frame and video capture with live streaming
Documentation
# 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 = "aeyes"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Non-interactive webcam daemon for instant frame and video capture with live streaming"
readme = "README.md"
keywords = [
    "webcam",
    "camera",
    "video",
    "streaming",
    "daemon",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
]
license = "MIT"
repository = "https://github.com/elecnix/aeyes"

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

[[bin]]
name = "aeyes"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3"

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.futures-util]
version = "0.3"

[dependencies.hyper]
version = "1"

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server-auto",
    "http1",
    "service",
]

[dependencies.image]
version = "0.25"

[dependencies.nokhwa]
version = "0.10.10"
features = [
    "input-native",
    "output-threaded",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(target_os = "linux")'.dependencies.rscam]
version = "0.5.5"