iree-embedded 0.1.1

Safe no_std Rust API for ML inference on Cortex-M via the IREE runtime.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "iree-embedded"
version = "0.1.1"
authors = ["Tarek Allam Jr <t.allam.jr@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe no_std Rust API for ML inference on Cortex-M via the IREE runtime."
readme = "README.md"
keywords = [
    "iree",
    "embedded",
    "no_std",
    "inference",
    "cortex-m",
]
categories = [
    "embedded",
    "no-std",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tallamjr/iree-embedded"
resolver = "2"

[package.metadata.docs.rs]
default-target = "thumbv7em-none-eabihf"
targets = []

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

[[test]]
name = "link_kernels"
path = "tests/link_kernels.rs"

[[test]]
name = "macros"
path = "tests/macros.rs"

[[test]]
name = "micro_speech"
path = "tests/micro_speech.rs"

[[test]]
name = "simple_mul"
path = "tests/simple_mul.rs"

[dependencies.heapless]
version = "0.9"
default-features = false

[dependencies.iree-embedded-sys]
version = "0.1.1"

[dependencies.spin]
version = "0.12"
features = [
    "mutex",
    "spin_mutex",
]
default-features = false

[dependencies.talc]
version = "4"
default-features = false