flighthook 0.1.4

flighthook event bus types and schemas
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"
rust-version = "1.94"
name = "flighthook"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "flighthook event bus types and schemas"
readme = "README.md"
keywords = [
    "golf",
    "launch-monitor",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/divotmaker/flighthook"
resolver = "2"

[features]
clap = ["dep:clap"]
client = ["dep:tungstenite"]

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

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

[dependencies.flightrelay]
version = "0.1.7"

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

[dependencies.serde_json]
version = "1"

[dependencies.tungstenite]
version = "0.26"
optional = true