A rust port of vgm2mid by Paul Jensen and Valley Bell
[package]
name = "vgm-rs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.71"
clap = { version="4.2.5", features = ['cargo'] }
directories = "5.0.1"
dirs = "5.0.1"
flate2 = "1.0.26"
hound = "3.5.0"
midly = { version = "0.5.3", default-features = false, features = ['std', 'alloc'] }
once_cell = "1.17.1"
serde = { version = "1.0.160", features = ['derive'] }
tock-registers = "0.8.1"
toml = { version = "0.7.3", features = ['parse'] }
utf16string = "0.2.0"