sipp-sys 0.1.0

Native llama.cpp FFI layer for Sipp
# 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 = "sipp-sys"
version = "0.1.0"
build = "build.rs"
links = "sipp"
include = [
    "/src/**",
    "/build_support/**",
    "/native/**",
    "/cmake/**",
    "/build.rs",
    "/CMakeLists.txt",
    "/llama_mtmd_sources.cmake",
    "/llama.cpp/CMakeLists.txt",
    "/llama.cpp/cmake/**",
    "/llama.cpp/src/**",
    "/llama.cpp/include/**",
    "/llama.cpp/ggml/**",
    "/llama.cpp/common/**",
    "/llama.cpp/vendor/**",
    "/llama.cpp/tools/mtmd/**",
    "/llama.cpp/LICENSE",
    "/llama.cpp/licenses/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native llama.cpp FFI layer for Sipp"
readme = "README.md"
license = "Apache-2.0 AND MIT"
repository = "https://github.com/noumena-labs/Sipp"

[features]
backend-dl = []
cuda = []
metal = []
openmp = []
vulkan = []

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

[dependencies.cxx]
version = "1"

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

[dev-dependencies.cxx-build]
version = "1"

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

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

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