# 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-test" version = "0.1.3" authors = [ "Benjamin Klum ", "Timofei Kazantsev aka Levitanus ", ] description = "Library for testing reaper extensions within real REAPER instance." readme = "README.md" keywords = [ "reaper", "daw", "plug-in", "audio", "midi", ] license = "MIT" resolver = "1" [dependencies.env_logger] version = "0.10" [dependencies.fs_extra] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.rea-rs] version = "0.1.3" [dependencies.rea-rs-low] version = "0.1.3" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.tar] version = "0.4.26" [dependencies.wait-timeout] version = "0.1.5" [dependencies.xz2] version = "0.1" [dev-dependencies.rea-rs-macros] version = "0.1.3"