iree-embedded-sys 0.1.1

Raw FFI bindings to the IREE bare-metal runtime for no_std Cortex-M targets.
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-sys"
version = "0.1.1"
authors = ["Tarek Allam Jr <t.allam.jr@gmail.com>"]
build = "build.rs"
links = "iree"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the IREE bare-metal runtime for no_std Cortex-M targets."
readme = "README.md"
keywords = [
    "iree",
    "ffi",
    "no_std",
    "inference",
    "cortex-m",
]
categories = [
    "external-ffi-bindings",
    "embedded",
    "no-std",
]
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_sys"
path = "src/lib.rs"

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

[build-dependencies.bindgen]
version = "0.72"
features = ["experimental"]

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