pfly_rust 0.1.1

A crate to interact with the projectFly X-Plane IPC service.
Documentation
[dependencies.bincode]
version = "1.3.1"

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

[dependencies.socket2]
features = ["unix"]
version = "0.3.12"

[package]
authors = ["Skye Viau <skye.viau@outlook.com>"]
categories = ["api-bindings"]
description = "A crate to interact with the projectFly X-Plane IPC service."
edition = "2018"
exclude = [".idea/*"]
homepage = "https://gitlab.com/pretzelca/pfly_rust"
keywords = ["projectfly", "flight-simulation", "xplane"]
license = " AGPL-3.0-or-later"
name = "pfly_rust"
readme = "README.md"
repository = "https://gitlab.com/pretzelca/pfly_rust"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"