rusty_esp_audio-core 0.1.0

The pure no_std + alloc core of rusty_esp_audio: types, traits and algorithms with no drivers, no allocator and no product types. forbid(unsafe).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "embedded-hal"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89"

[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"

[[package]]
name = "rusty_esp_audio-core"
version = "0.1.0"
dependencies = [
 "embedded-hal",
 "libm",
 "rusty_esp_core",
 "rusty_esp_dsp",
 "rusty_flac",
]

[[package]]
name = "rusty_esp_core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7deaf46f2f7551905494506d4614d47ee00c39b97e1e7d6e3acfa21ce0af0142"

[[package]]
name = "rusty_esp_dsp"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "675b439f1a7088e9873d098bf8a4eb88241b1bb661b1519fb87c285a65510650"
dependencies = [
 "libm",
 "rusty_esp_core",
]

[[package]]
name = "rusty_flac"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288343435e4481eccd2b80b13d5d6425f512b5fc5ff26bc0567c4d2e3787a52"
dependencies = [
 "libm",
]

[[patch.unused]]
name = "rusty_esp_alloc"
version = "0.1.0"

[[patch.unused]]
name = "rusty_esp_core"
version = "0.1.0"

[[patch.unused]]
name = "rusty_esp_dsp"
version = "0.1.0"