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