lighthouse-manager 0.1.0

Control SteamVR Lighthouse base stations (V1 & V2) via Bluetooth LE
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 = "2024"
name = "lighthouse-manager"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Control SteamVR Lighthouse base stations (V1 & V2) via Bluetooth LE"
readme = "README.md"
keywords = [
    "lighthouse",
    "steamvr",
    "basestation",
]
categories = ["hardware-support"]
license = "MIT"
repository = "https://github.com/atomicflag/lighthouse-manager"

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

[[bin]]
name = "lighthouse-manager"
path = "src/cli/main.rs"

[[bin]]
name = "lighthouse-manager-ovr"
path = "src/ovr/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.btleplug]
version = "0.12"

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

[dependencies.directories]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.openvr]
version = "0.9"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

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

[lints.clippy]
pedantic = "warn"

[profile.release]
opt-level = 3
strip = true