# 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-codec" version = "0.4.0" description = "Tools for encoding and decoding a stream of MIDI messages." license = "MIT OR Apache-2.0" repository = "https://gitlab.com/tcnj/dlive-rs" [dependencies.thiserror] version = "1.0.50" optional = true [dependencies.tracing] version = "0.1.40" default-features = false [features] alloc = [] default = ["std"] std = [ "alloc", "thiserror", "tracing/std", ]