[package]
edition = "2021"
rust-version = "1.89"
name = "flow-gate-ffi"
version = "0.1.0"
authors = ["matteobroketa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C-ABI foreign function interface for flow-gate, enabling Python/R bindings"
homepage = "https://github.com/matteobroketa/flow-gate.rs"
documentation = "https://docs.rs/flow-gate-ffi"
readme = "README.md"
keywords = [
"flow-cytometry",
"gating-ml",
"ffi",
"c-abi",
]
categories = [
"science",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/matteobroketa/flow-gate.rs"
[lib]
name = "flow_gate_ffi"
path = "src/lib.rs"
[[test]]
name = "result"
path = "tests/result.rs"
[dependencies.flow-gate-core]
version = "0.1.0"