# 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 = "2018" name = "simconnect" version = "0.3.2" authors = ["Connor T"] description = "Rust bindings for SimConnect" readme = "README.md" license = "MIT" [[example]] name = "aircraft_updates_on_change" path = "examples/aircraft_updates_on_change/main.rs" [[example]] name = "aircraft_updates" path = "examples/aircraft_updates/main.rs" [[example]] name = "aircraft_inputs" path = "examples/aircraft_inputs/main.rs" [build-dependencies.bindgen] version = "0.69.4"