# 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 = "2018" name = "redlux" version = "0.7.0" authors = ["Kasper Henningsen"] description = "AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support" homepage = "https://github.com/probablykasper/redlux#readme" documentation = "https://docs.rs/redlux" readme = "README.md" keywords = [ "aac", "mp4", "m4a", "decoder", "rodio", ] categories = ["multimedia::audio"] license = "MIT" repository = "https://github.com/probablykasper/redlux" [dependencies.fdk-aac] version = "0.4.0" [dependencies.mp4] version = "0.12.0" [dependencies.rodio] version = "0.16.0" optional = true default-features = false [features] default = ["rodio"]