rusto-mnn-sys 0.1.4

Low-level FFI bindings to MNN library
# 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 = "rusto-mnn-sys"
version = "0.1.4"
build = "build.rs"
include = [
    "src/**/*",
    "include/**/*",
    "mnn_wrapper.cpp",
    "mnn_wrapper.h",
    "wrapper.h",
    "build.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to MNN library"
homepage = "https://github.com/byrizki/rusto-rs"
documentation = "https://docs.rs/rusto-mnn-sys"
readme = "README.md"
license = "MIT"
repository = "https://github.com/byrizki/rusto-rs"

[features]
build-from-source = []
coreml = []
cuda = []
default = ["prebuilt"]
hiai = []
metal = []
nnapi = []
opencl = []
prebuilt = []
qnn = []
vulkan = []

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

[dependencies]

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

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

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

[build-dependencies.walkdir]
version = "2.5.0"