# 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 = "2018" name = "lv2-host-minimal" version = "0.1.4" authors = ["Cody Bloemhard "] description = "A very minimal lv2 host." readme = "README.md" keywords = ["lv2", "host", "plugin"] categories = ["multimedia::audio"] license = "GPL-3.0-only" repository = "https://github.com/ocdy1001/lv2-host-minimal" [lib] name = "lv2hm" path = "src/lib.rs" [[bin]] name = "testbin" path = "src/bin.rs" [dependencies.hound] version = "3.4.0" [dependencies.lilv-sys] version = "0.2.1" [dependencies.lv2-sys] version = "2.0.0" [dependencies.lv2-urid] version = "2.1.0" [dependencies.lv2_raw] version = "0.2.0" [dependencies.urid] version = "0.1.0"