# 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 = "ggml-sys-bleedingedge" version = "2404291813.0.0+llamacpp-release.b2757" description = "Bleeding edge low-level bindings to GGML. " readme = "README.md" keywords = [ "deep-learning", "machine-learning", "tensors", "ggml", "ml", ] license = "MIT" repository = "https://github.com/KerfuffleV2/ggml-sys-bleedingedge" resolver = "2" [lib] [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "^1.0" [build-dependencies.cmake] version = "0.1" [features] clblast = ["use_cmake"] cublas = ["use_cmake"] default = [ "use_cmake", "llamacpp_api", ] hipblas = ["use_cmake"] llamacpp_api = ["use_cmake"] metal = ["use_cmake"] no_accelerate = [] no_k_quants = [] openblas = ["use_cmake"] use_cmake = []