[package]
edition = "2021"
rust-version = "1.80"
name = "apiplant-abi"
version = "0.1.0"
authors = ["Federico Rampazzo <federico@apiplant.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable C-ABI contract between apiplant and dynamically-loaded functions"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/apiplant/apiplant"
[features]
default = []
manifest-json = ["dep:serde_json"]
[lib]
name = "apiplant_abi"
path = "src/lib.rs"
[dependencies.abi_stable]
version = "0.11"
[dependencies.serde_json]
version = "1"
optional = true
[dev-dependencies.serde_json]
version = "1"