midi-reader-writer 0.1.3

Facilitate reading and writing midi files.
Documentation
# 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-reader-writer"
version = "0.1.3"
authors = ["Pieter Penninckx"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facilitate reading and writing midi files."
readme = "README.md"
keywords = [
    "midi",
    "midly",
    "track",
]
categories = ["multimedia::audio"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/PieterPenninckx/midi-reader-writer"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = []

[features]
convert-time = ["timestamp-stretcher"]
default = [
    "convert-time",
    "read",
]
engine-midly-0-5 = ["midly-0-5"]
read = ["itertools"]

[lib]
name = "midi_reader_writer"
path = "src/lib.rs"

[dependencies.itertools]
version = ">= 0.10.1, < 0.15.0"
optional = true

[dependencies.midly-0-5]
version = "0.5.2"
features = ["std"]
optional = true
default-features = false
package = "midly"

[dependencies.timestamp-stretcher]
version = "0.1.0"
optional = true