[package] name = "axe_fx_midi" description = "Tools for creating and parsing midi messages for communicating with Fractal Axe-FX devices." version = "0.1.0" authors = ["Bradley J. Spaulding "] edition = "2018" license = "MIT" repository = "https://github.com/bspaulding/axe-fx-midi" [dependencies] ascii = "1.0.0" [dev-dependencies] rand = "0.7.3" coremidi = "0.3.1" [lib] name = "axe_fx_midi" crate-type = ["staticlib", "cdylib"]