# 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 = "lilv" version = "0.2.4" authors = [ "Will Medrano ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Library for discovering and running LV2 plugins." documentation = "https://docs.rs/lilv" readme = "README.md" keywords = [ "lilv", "lv2", "audio", ] license = "MIT" [lib] name = "lilv" path = "src/lib.rs" [[example]] name = "lv2info" path = "examples/lv2info.rs" [[example]] name = "lv2ls" path = "examples/lv2ls.rs" [dependencies.lilv-sys] version = "0.2" [dependencies.lv2_raw] version = "0.2" [dependencies.parking_lot] version = "0.11" [build-dependencies.pkg-config] version = "0.3"