mx-remote-ffi 4.0.1

C ABI for the mx-remote client library
Documentation
# 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"
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"