# 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" version = "0.3.0" authors = ["Barak Ugav "] include = [ "Cargo.toml", "src/", "README.md", "LICENSE", ] description = "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] all-features = true [dependencies.cfg-if] version = "1.0.0" [dependencies.executorch-sys] version = "0.3.0" default-features = false [dependencies.half] version = "2.4.1" optional = true [dependencies.log] version = "0.4.22" [dependencies.ndarray] version = "0.16.0" default-features = false [dependencies.num-complex] version = "0.4.6" optional = true [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.1.6" [features] alloc = [] complex = ["num-complex"] data-loader = ["executorch-sys/data-loader"] default = ["std"] f16 = ["half"] module = [ "executorch-sys/module", "std", ] std = [ "alloc", "executorch-sys/std", "ndarray/std", ]