# 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 = "2018" name = "midi_file" version = "0.0.6" authors = ["Matthew James Briggs "] exclude = [ ".github", ".gitignore", ".idea", ".run", "examples/", "tests/", ] description = "For reading and writing MIDI files." readme = "README.md" keywords = ["MIDI"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/webern/midi_file" [dependencies.log] version = "0.4" [dependencies.snafu] version = "0.8" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.tempfile] version = "3"