[package]
edition = "2021"
name = "weaveffi"
version = "0.17.0"
authors = ["WeaveFFI Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write safe Rust, get a stable C ABI and bindings for 11 languages"
readme = false
keywords = [
"ffi",
"abi",
"bindings",
"codegen",
"proc-macro",
]
categories = ["development-tools::ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/weavefoundry/weaveffi"
[lib]
name = "weaveffi"
path = "src/lib.rs"
[[test]]
name = "runtime"
path = "tests/runtime.rs"
[dependencies.weaveffi-abi]
version = "0.17.0"
[dependencies.weaveffi-macros]
version = "0.17.0"
[lints.rust]
unsafe_code = "deny"