# 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 = "playback-rs" version = "0.4.4" authors = [ "Veda Heard ", "Jason Heard", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A very simple audio/song loading and playing library." readme = "readme.md" keywords = [ "music", "sound", "playback", "decode", "decoder", ] categories = [ "multimedia", "multimedia::audio", "multimedia::encoding", ] license = "ISC" repository = "https://gitlab.101100.ca/veda/playback-rs/" [lib] name = "playback_rs" path = "src/lib.rs" [[example]] name = "aplay" path = "examples/aplay.rs" [[example]] name = "play_wobble" path = "examples/play_wobble.rs" [[example]] name = "sync_client" path = "examples/sync_client.rs" [[example]] name = "sync_server" path = "examples/sync_server.rs" [dependencies.color-eyre] version = "0.6" [dependencies.cpal] version = "0.15" [dependencies.log] version = "0.4" [dependencies.rubato] version = "0.12" [dependencies.symphonia] version = "0.5" features = [ "isomp4", "aac", "alac", "mp3", ] [dev-dependencies.simplelog] version = "0.12" [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd"))'.dependencies.alsa-sys] version = "0.3.1"