# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "piston-music" version = "0.26.0" authors = ["bvssvni "] description = "A high level library for playing music and sound effects" homepage = "https://github.com/PistonDevelopers/music" documentation = "https://docs.rs/piston-music" readme = "README.md" keywords = ["piston", "music"] license = "MIT OR Apache-2.0" repository = "https://github.com/PistonDevelopers/music.git" [lib] name = "music" path = "src/lib.rs" [dependencies.current] version = "0.1.2" [dependencies.sdl2] version = "0.34.0" features = ["mixer"] default-features = false [dev-dependencies.piston_window] version = "0.110.0" [dev-dependencies.pistoncore-sdl2_window] version = "0.65.0"