# 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 = "augmented-midi" version = "1.8.0" build = false exclude = [ "test-files", "midir", "bach_846.mid", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental MIDI file/event parser using nom combinators" homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" [package.metadata.augmented] private = false [lib] name = "augmented_midi" path = "src/lib.rs" [[example]] name = "play_midi" path = "examples/play_midi.rs" [[bench]] name = "augmented_midi_criterion" path = "benches/augmented_midi_criterion.rs" harness = false [dependencies.audio-processor-traits] version = "4.3.0" [dependencies.cookie-factory] version = "0.3" [dependencies.nom] version = "7.1.0" [dev-dependencies.assert_no_alloc] version = "1.1.2" features = ["disable_release"] default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.itertools] version = "0.10.1" [dev-dependencies.log] version = "0.4.14" [dev-dependencies.midir] version = "0.8" [dev-dependencies.wisual-logger] version = "0.1"