[package] name = "lv2-host-minimal" version = "0.1.4" authors = ["Cody Bloemhard "] edition = "2018" description = "A very minimal lv2 host." license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/ocdy1001/lv2-host-minimal" keywords = ["lv2","host","plugin"] categories = ["multimedia::audio"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "lv2hm" path = "src/lib.rs" [[bin]] name = "testbin" path = "src/bin.rs" [dependencies] lilv-sys = "0.2.1" lv2_raw = "0.2.0" lv2-urid = "2.1.0" lv2-sys = "2.0.0" urid = "0.1.0" hound = "3.4.0"