# 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 = "livi" version = "0.7.4" authors = ["Will S. Medrano "] description = "livi is a library for hosting LV2 plugins." documentation = "https://docs.rs/livi" readme = "README.md" keywords = [ "realtime", "audio", "lv2", "plugins", "music", ] license = "MIT" repository = "https://github.com/wmedrano/livi-rs" [dependencies.lilv] version = "0.2" [dependencies.log] version = "0.4" [dependencies.lv2-sys] version = "2" [dependencies.lv2_raw] version = "0.2" [dependencies.ringbuf] version = "0.3" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.jack] version = "0.11" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tempfile] version = "3.6" [dev-dependencies.wav] version = "1.0"