openflight 0.0.1

Crates.io reservation for the existing OpenFlight real-time flight input and device project.
Documentation
[package]
name = "openflight"
version = "0.0.1"
edition = "2024"
rust-version = "1.85"
license = "MIT OR Apache-2.0"
description = "Crates.io reservation for the existing OpenFlight real-time flight input and device project."
repository = "https://github.com/EffortlessMetrics/OpenFlight"
homepage = "https://github.com/EffortlessMetrics/OpenFlight"
documentation = "https://docs.rs/openflight"
readme = "README.md"
keywords = ["flight", "simulation", "input", "hid", "telemetry"]
categories = ["hardware-support", "game-development"]
include = [
    "/Cargo.toml",
    "/README.md",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
    "/src/lib.rs",
]

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