xabi 0.1.2

Generate stable native ABI glue from Rust traits
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 = "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"