# 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 = "musical-note" version = "0.1.105" authors = ["Timofei Kazantsev (Levitanus) "] description = "Represents general musical note and allow to convert it, currently only to MIDI byte and back." documentation = "https://docs.rs/musical-note/" readme = "README.md" license = "MIT" repository = "https://github.com/Levitanus/musical-note" [dependencies.lazy_static] version = "1.4" [dependencies.once_cell] version = "1.16" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"]