memra-runtime 0.73.1

CUDA runtime scaffolding (context, GEMM checks) for the memra inference engine
Documentation
# 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.85"
name = "memra-runtime"
version = "0.73.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CUDA runtime scaffolding (context, GEMM checks) for the memra inference engine"
readme = false
license = "MIT"
repository = "https://github.com/avifenesh/memra"
resolver = "2"

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

[[bin]]
name = "gemm-check"
path = "src/bin/gemm_check.rs"

[dependencies.cudarc]
version = "0.19"
features = [
    "std",
    "cuda-13010",
    "dynamic-loading",
    "driver",
    "cublas",
    "cublaslt",
    "nvrtc",
]
default-features = false

[dependencies.memra-gguf]
version = "=0.73.1"