videostream-cli 2.2.2

Command-line interface for VideoStream library - camera streaming, recording, and frame operations
# 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 = "videostream-cli"
version = "2.2.2"
authors = ["Au-Zone Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for VideoStream library - camera streaming, recording, and frame operations"
homepage = "https://github.com/EdgeFirstAI/videostream"
readme = false
keywords = [
    "video",
    "camera",
    "v4l2",
    "streaming",
    "h264",
]
categories = [
    "multimedia::video",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/EdgeFirstAI/videostream"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "devices_cli"
path = "tests/devices_cli.rs"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
    "wrap_help",
]

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.mp4]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.signal-hook]
version = "0.3"

[dependencies.videostream]
version = "2.1.4"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.serde_json]
version = "1.0"

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