# 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 = "xplm" version = "0.4.2" authors = ["Sam Crow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level interfaces to the X-Plane plugin SDK" readme = "README.md" keywords = [ "X-Plane", "plugin", ] license = "MIT/Apache-2.0" repository = "https://github.com/samcrow/rust-xplm" [profile.release] opt-level = 3 lto = true codegen-units = 1 incremental = true strip = "symbols" [lib] name = "xplm" path = "src/lib.rs" [[example]] name = "dataref" crate-type = ["cdylib"] path = "examples/dataref.rs" [[example]] name = "menus" crate-type = ["cdylib"] path = "examples/menus.rs" [[example]] name = "minimal" crate-type = ["cdylib"] path = "examples/minimal.rs" [dependencies.thiserror] version = "1.0.58" [dependencies.xplm-sys] version = "0.5.0"