# 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 = "minimp3_fixed"
version = "0.5.4"
authors = [
    "germän gômez <germangb42@gmail.com>",
    "Erin Moon <erin@hashbang.sh>",
    "BOB450",
]
description = "Rust bindings for the minimp3 library. With Security patch applied"
readme = "README.md"
keywords = [
    "mp3",
    "audio",
    "decoder",
    "mpeg",
    "media",
]
categories = [
    "multimedia",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/BOB450/minimp3-rs.git"

[dependencies.minimp3-sys]
version = "0.3"

[dependencies.slice-ring-buffer]
version = "0.3.2"

[dependencies.thiserror]
version = "1.0.23"

[dependencies.tokio]
version = "1.0"
features = ["io-util"]
optional = true

[dev-dependencies.futures]
version = "0.3.8"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]

[features]
async_tokio = ["tokio"]
default = []
unix_sysv = ["slice-ring-buffer/unix_sysv"]