bairelay 1.1.2

RTSP Relay for Reolink Baichuan cameras
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"
rust-version = "1.93"
name = "bairelay"
version = "1.1.2"
build = false
exclude = [
    "/.github/",
    "/.gitignore",
    "/codecov.yml",
    "/hassio/",
    "/repository.yaml",
    "/rust-toolchain.toml",
    "/rustfmt.toml",
    "/scripts/",
    "/tarpaulin.toml",
    "/tests/fixtures/",
    "/tests/ha-token",
    "/tests/logs/",
    "/tests/scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RTSP Relay for Reolink Baichuan cameras"
homepage = "https://github.com/mgc8/bairelay"
readme = "README.md"
keywords = [
    "reolink",
    "rtsp",
    "mqtt",
    "baichuan",
    "home-assistant",
]
categories = [
    "multimedia::video",
    "network-programming",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/mgc8/bairelay"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ab_glyph]
version = "0.2"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bairelay-mqtt]
version = "1.1.2"

[dependencies.bairelay-neolink-core]
version = "1.1.2"

[dependencies.bairelay-rtsp]
version = "1.1.2"

[dependencies.bairelay-wake-server]
version = "1.1.2"

[dependencies.bytes]
version = "1"

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

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "0.25"
features = ["jpeg"]
default-features = false

[dependencies.quick-xml]
version = "0.36"
features = ["serialize"]

[dependencies.rpassword]
version = "7"

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "macros",
    "formatting",
    "local-offset",
]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.bairelay-neolink-core]
version = "1.1.2"
features = ["test-util"]

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

[dev-dependencies.rcgen]
version = "0.13"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "time",
    "test-util",
]

[profile.release]
strip = "symbols"