[package]
edition = "2021"
rust-version = "1.74"
name = "flowg"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed FunctionGraph IR for heterogeneous inference — CPU + Apple Silicon Metal + WGPU + AMX. Stub installer; `cargo binstall flowg` fetches the real binary from GitHub Releases."
homepage = "https://openie-dev.github.io/flow-g"
documentation = "https://openie-dev.github.io/flow-g"
readme = "README.md"
keywords = [
"energy",
"compiler",
"rust",
"cli",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"
repository = "https://github.com/openIE-dev/flow-g"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/flowg-{ version }-{ target }.{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "flowg-{ version }-{ target }/{ bin }{ binary-ext }"
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
[[bin]]
name = "flowg"
path = "src/main.rs"