# 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 = "midi-player" version = "0.2.1" authors = ["Ales Tsurko "] build = false exclude = [ "examples/Nice-Steinway-Lite-v3.0.sf2", "examples/Sibelius_The_Spruce.mid", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A MIDI file player library with integrated synthesizer" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ales-tsurko/midi-player" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "midi_player" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.atomic_float] version = "1.1.0" [dependencies.bon] version = "2.3.0" [dependencies.nodi] version = "1.0.1" [dependencies.ringbuf] version = "0.4.7" [dependencies.rustysynth] version = "1.3.2" [dev-dependencies.cpal] version = "0.15.3" [dev-dependencies.indicatif] version = "0.17.8" [lints.clippy] all = "warn" [lints.rust] missing_docs = "warn"