# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lv2" version = "0.6.0" authors = ["Jan-Oliver 'Janonard' Opdenhövel ", "Adrien Prokopowicz ", "Yruama_Lairba "] description = "A safe, fast, and ergonomic framework to create LV2 plugins" readme = "README.md" keywords = ["lv2", "audio", "dsp", "safe", "signal"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustAudio/rust-lv2" [profile.release] lto = true [dependencies.lv2-atom] version = "2.0.0" optional = true [dependencies.lv2-core] version = "3.0.0" optional = true [dependencies.lv2-midi] version = "1.2.0" optional = true [dependencies.lv2-state] version = "2.0.0" optional = true [dependencies.lv2-sys] version = "2.0.0" optional = true [dependencies.lv2-time] version = "0.1.3" optional = true [dependencies.lv2-units] version = "0.1.3" optional = true [dependencies.lv2-urid] version = "2.1.0" optional = true [dependencies.lv2-worker] version = "0.1.1" optional = true [dependencies.urid] version = "0.1.0" optional = true [features] default = ["plugin"] full = ["lv2-atom", "lv2-core", "lv2-midi", "lv2-time", "lv2-units", "urid", "lv2-urid", "lv2-state", "lv2-sys", "lv2-worker"] minimal_plugin = ["lv2-core", "urid"] plugin = ["minimal_plugin", "lv2-urid", "lv2-units", "lv2-atom", "wmidi", "lv2-midi"] wmidi = ["lv2-midi", "lv2-midi/wmidi"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "RustAudio/rust-lv2"