executorch-sys 0.8.1

Unsafe Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch
Documentation
[build-dependencies.bindgen]
version = "0.72"

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

[build-dependencies.cxx-build]
optional = true
version = "1.0"

[dependencies.cxx]
optional = true
version = "1.0"

[dependencies.link-cplusplus]
optional = true
version = "1.0"

[features]
data-loader = []
default = ["std"]
etdump = []
flat-tensor = []
module = ["std", "data-loader", "flat-tensor"]
std = ["cxx", "cxx-build", "link-cplusplus"]
tensor-ptr = ["std"]

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

[package]
authors = ["Barak Ugav <barakugav@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["algorithms", "mathematics", "embedded", "no-std", "no-std::no-alloc"]
description = "Unsafe Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch"
edition = "2021"
include = ["Cargo.toml", "build.rs", "src/", "cpp/", "third-party/", "README.md", "LICENSE"]
keywords = ["executorch", "pytorch", "machine-learning", "edge-device", "bindings"]
license = "Apache-2.0"
links = "executorch"
name = "executorch-sys"
readme = "README.md"
repository = "https://github.com/barakugav/executorch-rs"
rust-version = "1.77.0"
version = "0.8.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]