# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "minimp3" version = "0.5.1" authors = ["germän gômez ", "Erin Moon "] description = "Rust bindings for the minimp3 library." keywords = ["mp3", "audio", "decoder", "mpeg", "media"] categories = ["multimedia", "multimedia::audio"] license = "MIT" repository = "https://github.com/germangb/minimp3-rs.git" [dependencies.minimp3-sys] version = "0.3" [dependencies.slice-deque] version = "0.3.0" [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 = []