# 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 = "raplay" version = "0.3.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for playing audio" homepage = "https://github.com/BonnyAD9/raplay" readme = "README.md" keywords = ["audio"] categories = ["multimedia::audio"] license = "GPL-3.0" repository = "https://github.com/BonnyAD9/raplay" [lib] name = "raplay" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.cpal] version = "0.15.2" [dependencies.num] version = "0.4.1" [dependencies.serde] version = "1.0.188" features = [ "std", "derive", ] optional = true [dependencies.symphonia] version = "0.5.3" features = ["all"] [dependencies.thiserror] version = "1.0.47" [features] default = ["serde"]