rlx-mlx-sys 0.2.1

Low-level MLX C++ build + C ABI shim for RLX (vendored mlx, NVRTC-free).
# 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 = "2024"
rust-version = "1.87"
name = "rlx-mlx-sys"
version = "0.2.1"
authors = [
    "Eugene Hauptmann",
    "Nataliya Kosmyna",
]
build = "build.rs"
links = "mlx"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level MLX C++ build + C ABI shim for RLX (vendored mlx, NVRTC-free)."
homepage = "https://github.com/MIT-RLX/rlx"
documentation = "https://docs.rs/rlx"
readme = "README.md"
keywords = [
    "mlx",
    "apple",
    "metal",
    "ffi",
    "rlx",
]
categories = [
    "science",
    "algorithms",
    "compilers",
]
license = "GPL-3.0-only"
repository = "https://github.com/MIT-RLX/rlx"
resolver = "2"

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
targets = [
    "aarch64-apple-darwin",
    "x86_64-apple-darwin",
]

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

[build-dependencies.cc]
version = "1"

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

[lints.clippy]
collapsible_if = "allow"
doc_lazy_continuation = "allow"
doc_overindented_list_items = "allow"
large_enum_variant = "allow"
manual_range_contains = "allow"
missing_safety_doc = "allow"
needless_range_loop = "allow"
should_implement_trait = "allow"
single_range_in_vec_init = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_wraps = "allow"
upper_case_acronyms = "allow"
useless_conversion = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust.unused]
level = "warn"
priority = 0