[package]
edition = "2021"
rust-version = "1.74"
name = "jmax"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Math-native programming language replacing MATLAB / Julia / R / Mathematica. Stub installer; `cargo binstall jmax` fetches the real binary."
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"]
license-file = "LICENSE"
repository = "https://github.com/openIE-dev/jmax"
[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"
[[bin]]
name = "jmax"
path = "src/main.rs"