# 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 = "rytm-rs" version = "0.1.3" authors = ["alisomay "] build = false exclude = [ "tests/*", "assets/favicon/*", "assets/logo_*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "More than safe rust abstractions over rytm-sys, an unofficial SDK for Analog Rytm MKII running firmware 1.70" homepage = "https://github.com/alisomay/rytm-rs" documentation = "https://docs.rs/rytm-rs/latest/rytm_rs/#" readme = "README.md" keywords = [ "analogrytm", "sdk", "audio", "midi", "rytm", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/alisomay/rytm-rs" [lib] name = "rytm_rs" path = "src/lib.rs" [dependencies.bitstream-io] version = "2.2.0" [dependencies.derivative] version = "2.2.0" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.parking_lot] version = "0.12" [dependencies.rytm-rs-macro] version = "0.2" [dependencies.rytm-sys] version = "0.1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-big-array] version = "0.5.1" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "2" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.clearscreen] version = "3" [dev-dependencies.midir] version = "0.10" [dev-dependencies.rytm-sys] version = "0.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"