simple_decoder 0.1.0

The ULTIMATE lightest audio decoding in Rust: Symphonia + Rubato under the hood.
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"
name = "simple_decoder"
version = "0.1.0"
authors = ["Konstantin Gorshkov <kostya_gorshkov_06@vk.com>"]
build = false
exclude = [
    "tests/*.mp3",
    "tests/*.wav",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The ULTIMATE lightest audio decoding in Rust: Symphonia + Rubato under the hood."
readme = "README.md"
keywords = [
    "audio",
    "decoder",
    "pcm",
    "resample",
    "symphonia",
]
categories = [
    "multimedia::audio",
    "rendering",
]
license = "MIT"
repository = "https://github.com/kostya2023/simple_decoder"

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

[dependencies.audioadapter-buffers]
version = "2.0.0"

[dependencies.rubato]
version = "1.0.1"

[dependencies.symphonia]
version = "0.5.5"
features = [
    "all",
    "opt-simd",
]

[dependencies.thiserror]
version = "2.0.18"