[package]
edition = "2024"
name = "xabi"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate stable native ABI glue from Rust traits"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/xuanwo/xabi"
[lib]
name = "xabi"
path = "src/lib.rs"
[[example]]
name = "ffi_roundtrip"
path = "examples/ffi_roundtrip.rs"
[[example]]
name = "future_roundtrip"
path = "examples/future_roundtrip.rs"
[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"
[[test]]
name = "data"
path = "tests/data.rs"
[[test]]
name = "data_compatibility"
path = "tests/data_compatibility.rs"
[[test]]
name = "trait_shapes"
path = "tests/trait_shapes.rs"
[dependencies.libloading]
version = "0.8.5"
[dependencies.xabi-macros]
version = "=0.1.2"
[dev-dependencies.futures]
version = "0.3.31"
[dev-dependencies.trybuild]
version = "1.0"