# 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 = "n_audio" version = "1.3.0" authors = ["Enn3Developer "] description = "Simple audio player" homepage = "https://github.com/Enn3Developer/n_music" documentation = "https://docs.rs/crate/n_audio/1.1.0" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/Enn3Developer/n_music" resolver = "1" [dependencies.audiopus] version = "0.3.0-rc.0" [dependencies.audiopus_sys] version = "0.2.2" features = ["dynamic"] [dependencies.cpal] version = "0.15.2" [dependencies.dasp] version = "0.11.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.rb] version = "0.4.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.symphonia] version = "0.5.3" features = ["all"] [dependencies.symphonia-core] version = "0.5.3" [dev-dependencies.nconsole] version = "0.4.0"