mlex 0.1.2

Safe, idiomatic Rust runtime for Apple MLX: quantized LLM inference (Qwen, Gemma4, NemotronH, DharaAR, ...) with multi-modal support
# 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"
name = "mlex"
version = "0.1.2"
build = "build.rs"
links = "mlxc"
include = [
    "src/**/*",
    "build.rs",
    "vendor/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, idiomatic Rust runtime for Apple MLX: quantized LLM inference (Qwen, Gemma4, NemotronH, DharaAR, ...) with multi-modal support"
readme = "README.md"
keywords = [
    "mlx",
    "llm",
    "inference",
    "apple-silicon",
    "quantization",
]
categories = [
    "science",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/vaibhavpandeyvpz/mlex"

[lib]
name = "mlex"
path = "src/lib.rs"

[dependencies.half]
version = "2"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
    "rayon",
]
default-features = false

[dependencies.minijinja]
version = "2"
features = [
    "json",
    "loader",
]

[dependencies.minijinja-contrib]
version = "2"
features = ["pycompat"]

[dependencies.rand]
version = "0.8"

[dependencies.rustfft]
version = "6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.22"

[dev-dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cmake]
version = "0.1"