[package] name = "orbiter-rs" version = "0.2.2" edition = "2021" description = "Rust bindings for the Orbiter spaceflight simulator SDK" license = "MIT" authors = ["Thomas Antony"] repository = "https://github.com/thomasantony/orbiter-rs" [dependencies] cxx = "1.0.62" log = { version = "0.4.14", features = ["std"]} [build-dependencies] cxx-build = "1.0.62" [[example]] name = "Surveyor" path = "examples/Surveyor/surveyor.rs" crate-type = ["cdylib"] [[example]] name = "MinimalPB" path = "examples/minimal/MinimalPB.rs" crate-type = ["cdylib"] [features] docs = [] [dev-dependencies] lazy_static = "1.4.0" [package.metadata.docs.rs] features = [ "docs" ] # This feature will be enabled during the docs.rs build