# 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 = "nodi" version = "1.0.0" authors = ["Taylan Gökkaya "] description = "A library for playback and abstraction of MIDI files." readme = "readme.md" keywords = [ "midi", "audio", "music", "smf", ] categories = [ "multimedia::audio", "multimedia::encoding", ] license = "MIT" repository = "https://github.com/insomnimus/nodi" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = [ "midir", "hybrid-sleep", ] targets = [] [[example]] name = "play_midi" required-features = ["midir"] [dependencies.midir] version = "0.9.1" optional = true [dependencies.midly] version = "0.5.3" [dev-dependencies.clap] version = "=3.1.18" [dev-dependencies.midir] version = "0.9.1" [features] default = ["hybrid-sleep"] hybrid-sleep = [] midir-jack = ["midir/jack"] midir-winrt = ["midir/winrt"]