[package] name = "executorch-sys" version = "0.3.0" authors = ["Barak Ugav "] edition = "2021" description = "Unsafe Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch" readme = "README.md" repository = "https://github.com/barakugav/executorch-rs" license = "Apache-2.0" keywords = [ "executorch", "pytorch", "machine-learning", "edge-device", "bindings", ] categories = [ "algorithms", "mathematics", "embedded", "no-std", "no-std::no-alloc", ] links = "executorch" [package.metadata.docs.rs] features = ["data-loader", "module"] [features] default = ["std"] std = [] data-loader = [] module = ["std"] [dependencies] [build-dependencies] bindgen = "0.69.4" cc = "1.1.6"