# 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 = "magnum" version = "1.0.1" authors = ["Brent Luehr "] description = "Reader to Iterator/Source support for Opus Audio in common container formats. Includes optional traits for Kira and Rodio audio library playback support." readme = "README.md" keywords = [ "opus", "kira", "rodio", "xiph", "ogg", ] categories = [ "multimedia::encoding", "multimedia::audio", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/seratonik/magnum-rs" [dependencies.audiopus] version = "0.2.0" [dependencies.bitreader] version = "0.3.3" [dependencies.byteorder] version = "1.4.3" [dependencies.caf] version = "0.1.0" optional = true [dependencies.kira] version = "0.5.3" optional = true [dependencies.ogg] version = "0.8.0" optional = true [dependencies.rodio] version = "0.14.0" optional = true [dependencies.thiserror] version = "1.0.24" [features] all = [ "with_caf", "with_ogg", "with_rodio", "with_kira", ] default = [ "with_caf", "with_ogg", ] with_caf = ["caf"] with_kira = ["kira"] with_ogg = ["ogg"] with_rodio = ["rodio"]