# 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 = "2021" name = "rea-rs-low" version = "0.1.31" authors = [ "Benjamin Klum ", "Timofei Kazantsev aka Levitanus ", ] build = "build.rs" include = [ "/lib/reaper/reaper_plugin.h", "/lib/WDL/WDL/swell/*.h", "/lib/WDL/WDL", "/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" resolver = "1" [dependencies.c_str_macro] version = "1.0.2" [dependencies.derive_more] version = "0.99.5" [dependencies.downcast-rs] version = "1.1.1" [dependencies.vst] version = "0.3" [dev-dependencies.version-sync] version = "0.9.2" [build-dependencies.bindgen] version = "0.52.0" optional = true [build-dependencies.cc] version = "1.0.65" [build-dependencies.phf] version = "0.8" features = ["macros"] optional = true [build-dependencies.prettyplease] version = "0.1.25" optional = true [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 = [ "generate-stage-one", "generate-stage-two", ] generate-stage-one = [ "generate-stage-two", "bindgen", ] generate-stage-two = [ "quote", "prettyplease", "syn", "proc-macro2", "phf", ] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser"]