rusto-mnn 0.2.0

Safe Rust 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"
version = "0.2.0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings to MNN library"
homepage = "https://github.com/byrizki/rusto-rs"
documentation = "https://docs.rs/rusto-mnn"
readme = "README.md"
license = "MIT"
repository = "https://github.com/byrizki/rusto-rs"

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

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

[dependencies.mnn-sys]
version = "0.2.0"
package = "rusto-mnn-sys"

[dependencies.thiserror]
version = "1.0"