[package]
edition = "2024"
name = "euroscope-sys"
version = "0.0.1"
authors = ["Marc 'risson' Schmitt <vatsim@risson.space>"]
build = "build.rs"
links = "euroscope_shim"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings and C++ glue shim for the EuroScope plugin SDK"
homepage = "https://github.com/rissson/euroscope-plugin-rust"
readme = "README.md"
keywords = [
"euroscope",
"vatsim",
"plugin",
]
categories = [
"aerospace::simulation",
"external-ffi-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rissson/euroscope-plugin-rust.git"
[lib]
name = "euroscope_sys"
path = "src/lib.rs"
[build-dependencies.cc]
version = "1"