# 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.2" authors = ["Mihai Dinculescu "] include = [ "src/**", "ffi/**/*", "build.rs", "LICENSE", "README.md", ] 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 = "1" [package.metadata.docs.rs] features = ["derive"] default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.num_enum] version = "0.5" [dependencies.simconnect-sdk-derive] version = "=0.2.2" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [build-dependencies.bindgen] version = "0.64" [features] default = [] derive = ["simconnect-sdk-derive"]