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.
# 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.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"