# 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 = "mnnrs" version = "0.1.4" authors = ["baiyue"] build = "build.rs" exclude = ["demo/*"] autobins = false autoexamples = false autotests = false autobenches = false description = " Rust implementation of mnn, a lightweight neural network inference framework, with separated static library for cross-platform compilation." readme = "README.md" keywords = [ "mnn", "mnn_rust", "rust_mnn", "mnnrs", ] categories = [ "api-bindings", "development-tools", ] license = "MIT" repository = "https://github.com/Baiyuetribe/mnnrs" [lib] name = "mnnrs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.encoding_rs] version = "0.8.34" [dependencies.libc] version = "0.2.155" [build-dependencies.bindgen] version = "0.69.4" [features] cpu = [] [lints.rust] warnings = "allow"