[package]
name = "max-sys"
description = "Raw FFI bindings to the Modular MAX C API (generated by bindgen)"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
documentation = "https://docs.rs/max-sys"
keywords = ["modular", "max", "ffi", "bindings", "mojo"]
categories = ["api-bindings", "external-ffi-bindings"]
readme = "../README.md"
build = "build.rs"
[build-dependencies]
bindgen = "0.72"
[lints]
workspace = true