jmax 0.1.0

Math-native programming language replacing MATLAB / Julia / R / Mathematica. Stub installer; `cargo binstall jmax` fetches the real binary.
# 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 = "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"