# 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 = "xplane-sys" version = "4.0.109" authors = ["Julia DeMille "] build = "build.rs" description = "Low-level bindings for the X-Plane plugin SDK" readme = "README.md" keywords = [ "X-Plane", "plugin", ] categories = ["external-ffi-bindings"] license = "MIT/Apache-2.0" repository = "https://git.sr.ht/~jdemille/xplane-sys" [package.metadata.docs.rs] features = ["XPLM400"] targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-pc-windows-msvc", ] [dependencies.bitfield] version = "0.14" [dependencies.mockall] version = "~0.12" optional = true [build-dependencies.bindgen] version = "0.69" [features] XPLM200 = [] XPLM210 = ["XPLM200"] XPLM300 = ["XPLM210"] XPLM301 = ["XPLM300"] XPLM302 = ["XPLM301"] XPLM303 = ["XPLM302"] XPLM400 = ["XPLM303"] default = [] fmod = [] mockall = ["dep:mockall"] stub-linux = [] [target."cfg(target_os = \"linux\")".build-dependencies.cmake] version = "~0.1"