# 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 = "sim_connect_rs" version = "0.8.2" description = "An easy to use, opinionated API for SimConnect" homepage = "https://github.com/dbidwell94/simconnect_rs" readme = "README.md" license = "MIT" repository = "https://github.com/dbidwell94/simconnect_rs" [lib] [dependencies.anyhow] version = "1.0.70" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.sim_connect_data] version = "0.2.2" [dependencies.sim_connect_macros] version = "0.1.4" [dependencies.sim_connect_sys] version = "0.2.0" [features] async = [] derive = [] static_link = ["sim_connect_sys/static_link"]