ironsight 0.0.9

Client library for the FlightScope Mevo+ / Mevo Gen2 binary protocol
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.85"
name = "ironsight"
version = "0.0.9"
build = false
exclude = ["docs/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for the FlightScope Mevo+ / Mevo Gen2 binary protocol"
readme = "README.md"
keywords = [
    "flightscope",
    "mevo",
    "golf",
    "launch-monitor",
]
categories = [
    "network-programming",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/divotmaker/ironsight"

[features]
gvp = [
    "dep:serde",
    "dep:serde_json",
]
serde = ["dep:serde"]

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

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "event_loop"
path = "examples/event_loop.rs"

[[example]]
name = "gvp_testing"
path = "examples/gvp_testing.rs"

[[example]]
name = "mode_change_test"
path = "examples/mode_change_test.rs"

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

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"