ghostflow-ffi 1.0.0

C FFI bindings for GhostFlow ML framework
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"
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"