jmax 0.1.0

Math-native programming language replacing MATLAB / Julia / R / Mathematica. Stub installer; `cargo binstall jmax` fetches the real binary.
[package]
name = "jmax"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
description = "Math-native programming language replacing MATLAB / Julia / R / Mathematica. Stub installer; `cargo binstall jmax` fetches the real binary."
license-file = "LICENSE"
repository = "https://github.com/openIE-dev/jmax"
homepage = "https://openie-dev.github.io/jmax"
documentation = "https://openie-dev.github.io/jmax"
readme = "../../README.md"
keywords = ["energy", "compiler", "rust", "cli"]
categories = ["command-line-utilities"]

# Standalone package — not in any workspace
[workspace]

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

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/jmax-{ version }-{ target }.{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "jmax-{ version }-{ target }/{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"