amico-hal 0.0.2

The HAL of the Amico AI Agent Framework
Documentation
[dependencies.cpal]
optional = true
version = "0.15.3"

[dependencies.hound]
optional = true
version = "3.5.1"

[dependencies.lame]
optional = true
version = "0.1.3"

[dependencies.rodio]
optional = true
version = "0.20.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
default-features = false
optional = true
version = "1.44.2"

[features]
default = ["os-common"]
os-common = ["cpal", "hound", "lame", "rodio", "dep:tokio", "tokio/rt", "tokio/macros"]
wasm = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The HAL of the Amico AI Agent Framework"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "amico-hal"
readme = "README.md"
repository = "https://github.com/AIMOverse/amico"
resolver = "2"
version = "0.0.2"