[package]
edition = "2021"
rust-version = "1.79"
name = "mx-remote-ffi"
version = "4.0.1"
authors = ["Lars Op den Kamp <lars@opdenkamp-it.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI for the mx-remote client library"
readme = "README.md"
keywords = [
"pulse-eight",
"matrixos",
"ffi",
"bindings",
"av",
]
categories = [
"development-tools::ffi",
"network-programming",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/opdenkamp/mx-remote-rust"
[lib]
name = "mx_remote_ffi"
crate-type = [
"staticlib",
"cdylib",
"rlib",
]
path = "src/lib.rs"
[[test]]
name = "abi"
path = "tests/abi.rs"
[dependencies.mx-remote]
version = "4.0.1"