[package]
edition = "2024"
name = "ffi-convert"
version = "0.8.0"
authors = [
"Sonos",
"Anthony Reinette",
"Thibaut Lorrain",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of utilities to ease conversion between Rust and C-compatible data structures."
readme = "README.md"
keywords = ["ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sonos/ffi-convert-rs"
[lib]
name = "ffi_convert"
path = "src/lib.rs"
[dependencies.ffi-convert-derive]
version = "0.8.0"
[dependencies.thiserror]
version = "2.0.12"