mnn-sys 0.1.2

Rust bindings for MNN, a lightweight deep neural network 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 = "2021"
name = "mnn-sys"
version = "0.1.2"
build = "build.rs"
links = "mnn"
include = [
    "build.rs",
    "Cargo.toml",
    "mnn_c/**/*",
    "src/**/*",
    "vendor/3rd_party/flatbuffers/include/**/*",
    "vendor/3rd_party/half/**/*",
    "vendor/3rd_party/imageHelper/**/*",
    "vendor/3rd_party/OpenCLHeaders/**/*",
    "vendor/cmake/**/*",
    "vendor/CMakeLists.txt",
    "vendor/codegen/**/*",
    "vendor/express/**/*",
    "vendor/include/**/*",
    "vendor/schema/current/**/*",
    "vendor/source/**/*",
    "vendor/tools/audio/CMakeLists.txt",
    "vendor/tools/converter/CMakeLists.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for MNN, a lightweight deep neural network inference engine."
documentation = "https://docs.rs/mnn"
readme = false
license = "Apache-2.0"
repository = "https://github.com/aftershootco/mnn-rs"
resolver = "3"

[features]
coreml = ["metal"]
crt_static = []
default = ["mnn-threadpool"]
metal = []
mnn-threadpool = []
opencl = []
opengl = []
openmp = []
vulkan = []

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

[dependencies.libc]
version = "0.2.155"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.tracing-core]
version = "0.1.33"

[build-dependencies.anyhow]
version = "1.0.86"

[build-dependencies.bindgen]
version = "0.72"
features = ["experimental"]

[build-dependencies.cc]
version = "1.1.5"
features = []

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

[build-dependencies.diffy]
version = "0.4.0"

[build-dependencies.dunce]
version = "1.0.4"

[build-dependencies.fs_extra]
version = "1.3.0"

[build-dependencies.itertools]
version = "0.13"

[build-dependencies.tap]
version = "1.0.1"