[package]
edition = "2021"
name = "ghostflow-ffi"
version = "1.0.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C FFI bindings for GhostFlow ML framework"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/choksi2212/ghost-flow"
[lib]
name = "ghostflow_ffi"
crate-type = [
"cdylib",
"staticlib",
"rlib",
]
path = "src/lib.rs"
[dependencies.ghostflow-core]
version = "1.0.0"
[dependencies.ghostflow-ml]
version = "1.0.0"
[dependencies.ghostflow-nn]
version = "1.0.0"
[dependencies.libc]
version = "0.2"
[build-dependencies.cbindgen]
version = "0.26"