feagi-npu-runtime 0.0.1-beta.21

Runtime abstraction traits and implementations for FEAGI neural processing across platforms
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-npu-runtime"
version = "0.0.1-beta.21"
authors = ["Neuraville Inc. <feagi@neuraville.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime abstraction traits and implementations for FEAGI neural processing across platforms"
homepage = "https://feagi.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/feagi/feagi-core"

[features]
alloc = []
default = []
embedded = ["spin"]
std = [
    "rayon",
    "ahash",
    "thiserror",
]

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

[dependencies.ahash]
version = "0.8"
features = [
    "std",
    "serde",
    "compile-time-rng",
]
optional = true
default-features = false

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

[dependencies.rayon]
version = "1.11"
optional = true

[dependencies.spin]
version = "0.9"
optional = true

[dependencies.thiserror]
version = "1.0.50"
optional = true

[dev-dependencies]