feagi-hal 0.0.1-beta.9

Hardware Abstraction Layer (HAL) for FEAGI embedded systems - platform abstraction and implementations
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 = "2021"
name = "feagi-hal"
version = "0.0.1-beta.9"
authors = ["Neuraville Inc. <feagi@neuraville.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware Abstraction Layer (HAL) for FEAGI embedded systems - platform abstraction and implementations"
homepage = "https://feagi.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/feagi/feagi-core"

[features]
all-accelerators = ["hailo"]
all-arduino = ["arduino-due"]
all-arm-cortex-m = [
    "arduino-due",
    "stm32f4",
    "rpi-pico",
]
all-esp32 = [
    "esp32",
    "esp32-s3",
    "esp32-c3",
]
all-platforms = [
    "all-esp32",
    "all-arduino",
    "all-stm32",
    "all-arm-cortex-m",
    "all-accelerators",
]
all-stm32 = ["stm32f4"]
alloc = []
arduino-due = [
    "embedded-hal",
    "cortex-m",
    "cortex-m-rt",
    "panic-halt",
]
async = []
default = []
defmt = []
esp32 = [
    "esp-idf-svc",
    "esp-idf-hal",
    "esp-idf-sys",
    "embedded-hal",
    "log",
]
esp32-c3 = ["esp32"]
esp32-s3 = ["esp32"]
hailo = []
rpi-pico = [
    "rp2040-hal",
    "rp2040-boot2",
    "embedded-hal",
    "cortex-m",
    "cortex-m-rt",
]
stm32f4 = [
    "stm32f4xx-hal",
    "embedded-hal",
    "cortex-m",
    "cortex-m-rt",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.cortex-m]
version = "0.7"
optional = true

[dependencies.cortex-m-rt]
version = "0.7"
optional = true

[dependencies.embedded-hal]
version = "1.0"
optional = true

[dependencies.esp-idf-hal]
version = ">=0.44"
optional = true

[dependencies.esp-idf-svc]
version = ">=0.49"
features = ["binstart"]
optional = true
default-features = false

[dependencies.esp-idf-sys]
version = ">=0.35"
features = ["binstart"]
optional = true
default-features = false

[dependencies.feagi-npu-neural]
version = "0.0.1-beta.4"

[dependencies.feagi-npu-runtime]
version = "0.0.1-beta.9"
features = ["embedded"]
default-features = false

[dependencies.heapless]
version = "0.8"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.panic-halt]
version = "0.2"
optional = true

[dependencies.rp2040-boot2]
version = "0.3"
optional = true

[dependencies.rp2040-hal]
version = "0.10"
optional = true

[dependencies.stm32f4xx-hal]
version = "0.21"
features = ["stm32f407"]
optional = true

[dev-dependencies]