flowg 0.1.0

Typed FunctionGraph IR for heterogeneous inference — CPU + Apple Silicon Metal + WGPU + AMX. Stub installer; `cargo binstall flowg` fetches the real binary from GitHub Releases.
[package]
name = "flowg"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
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."
license-file = "LICENSE"
repository = "https://github.com/openIE-dev/flow-g"
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"]

# Standalone package — not in any workspace
[workspace]

[[bin]]
name = "flowg"
path = "src/main.rs"

[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"