simconnect-sdk 0.2.3

SimConnect SDK. An opinionated SimConnect Client that encapsulates the C API fully and optimizes for developer experience.
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 = "2021"
name = "simconnect-sdk"
version = "0.2.3"
authors = ["Mihai Dinculescu <mihai.dinculescu@outlook.com>"]
build = "build.rs"
include = [
    "src/**",
    "ffi/**/*",
    "build.rs",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SimConnect SDK. An opinionated SimConnect Client that encapsulates the C API fully and optimizes for developer experience."
readme = "README.md"
keywords = [
    "simconnect",
    "MSFS-2020",
    "simulation",
    "aerospace",
]
categories = [
    "aerospace",
    "simulation",
    "aerospace::simulation",
    "games",
]
license = "MIT"
repository = "https://github.com/mihai-dinculescu/simconnect-sdk-rs"
resolver = "3"

[package.metadata.docs.rs]
features = ["derive"]
default-target = "x86_64-pc-windows-msvc"
targets = []

[features]
default = []
derive = ["simconnect-sdk-derive"]

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

[dependencies.num_enum]
version = "0.7"

[dependencies.simconnect-sdk-derive]
version = "=0.2.3"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[build-dependencies.bindgen]
version = "0.72"