# 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 = "threepm" version = "0.2.0" description = "Rust bindings and high-level interface abstraction for ThreePM - a fixed-point MP3 decoding library written in C" readme = "README.md" categories = [ "embedded", "no-std::no-alloc", "multimedia::audio", ] license = "MIT AND RPSL-1.0" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [[example]] name = "mp3_to_raw" doc-scrape-examples = true [[example]] name = "mp3_to_wave" doc-scrape-examples = false [[example]] name = "easymode_wave" doc-scrape-examples = true [dependencies.libc] version = "0.2" [dev-dependencies.byte-slice-cast] version = "1.2.2" [dev-dependencies.hound] version = "3.5" [build-dependencies.cc] version = "1.0" [features] code-in-ram = []