# 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" version = "0.1.31" authors = ["Timofei Kazantse aka Levitanus "] description = "A rusty version of ReaScript API" readme = "README.md" keywords = [ "reaper", "daw", "plug-in", "audio", "midi", ] license = "MIT" repository = "https://github.com/Levitanus/rea-rs" resolver = "1" [lib] name = "rea_rs" [dependencies.bitflags] version = "1.3" [dependencies.bitvec] version = "1" [dependencies.c_str_macro] version = "1.0.2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.env_logger] version = "0.10" [dependencies.int-enum] version = "0.5" [dependencies.log] version = "0.4" [dependencies.rea-rs-low] version = "0.1.3" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.serde-pickle] version = "1.1" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.rea-rs-macros] version = "0.1.3"