# 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 = "libxm" version = "1.1.1" authors = ["Danny Spencer "] build = "build.rs" links = "xm" autobins = false autoexamples = false autotests = false autobenches = false description = "A binding of libxm for Rust. A small XM (FastTracker II Extended Module) player library. Designed for easy integration in demos and such, and provides timing functions for easy sync against specific instruments, samples or channels." documentation = "https://docs.rs/libxm/" readme = "README.md" keywords = [ "xm", "libxm", "FastTracker", ] license = "WTFPL" repository = "https://github.com/nukep/libxm-rs" [lib] name = "libxm" path = "src/lib.rs" [[example]] name = "playback-cpal" path = "examples/playback-cpal.rs" [[example]] name = "playback-sdl2" path = "examples/playback-sdl2.rs" [dev-dependencies.cpal] version = "0.15.3" [dev-dependencies.getopts] version = "0.2" [dev-dependencies.sdl2] version = "0.37.0" [build-dependencies.cc] version = "1.1"