# 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 = "orbiter-rs" version = "0.2.2" authors = ["Thomas Antony"] description = "Rust bindings for the Orbiter spaceflight simulator SDK" license = "MIT" repository = "https://github.com/thomasantony/orbiter-rs" resolver = "2" [package.metadata.docs.rs] features = ["docs"] [[example]] name = "Surveyor" crate-type = ["cdylib"] path = "examples/Surveyor/surveyor.rs" [[example]] name = "MinimalPB" crate-type = ["cdylib"] path = "examples/minimal/MinimalPB.rs" [dependencies.cxx] version = "1.0.62" [dependencies.log] version = "0.4.14" features = ["std"] [dev-dependencies.lazy_static] version = "1.4.0" [build-dependencies.cxx-build] version = "1.0.62" [features] docs = []