# 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 = "reaper-low" version = "0.1.0" authors = ["Benjamin Klum "] build = "build.rs" include = ["/lib/reaper/reaper_plugin.h", "/lib/WDL/WDL/swell/*.h", "/src", "/tests", "/build.rs", "/Cargo.toml", "/CHANGELOG.md"] description = "Bindings for the REAPER C++ API - low-level API" readme = "../../README.md" keywords = ["reaper", "daw", "plug-in", "audio", "midi"] categories = ["api-bindings", "multimedia", "multimedia::audio"] license = "MIT" repository = "https://github.com/helgoboss/reaper-rs" [dependencies.c_str_macro] version = "1.0.2" [dependencies.vst] version = "0.2.0" [dev-dependencies.version-sync] version = "0.9" [build-dependencies.bindgen] version = "0.52.0" optional = true [build-dependencies.cc] version = "1.0.50" [build-dependencies.proc-macro2] version = "1.0.8" optional = true [build-dependencies.quote] version = "1.0.2" optional = true [build-dependencies.syn] version = "1.0.14" features = ["full"] optional = true [features] default = [] generate = ["bindgen", "quote", "syn", "proc-macro2"]