flow-gate-ffi 0.1.0

C-ABI foreign function interface for flow-gate, enabling Python/R bindings
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 = "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"