# 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 = "breakers" version = "0.1.4" authors = ["Miel Peeters"] exclude = ["data/"] description = "Interpreter for the Breaker livecoding language" readme = "README.md" keywords = [ "livecoding", "music", "audio", "synth", "interpreter", ] categories = [ "multimedia::audio", "compilers", ] license = "GPL-3.0-or-later" repository = "https://github.com/mielpeeters/breaker" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.cpal] version = "0.15.2" features = ["jack"] [dependencies.dasp_sample] version = "0.11.0" [dependencies.env_logger] version = "0.11" [dependencies.hound] version = "3.5.1" [dependencies.log] version = "0.4" [dependencies.notify] version = "6.1.1" [dependencies.num] version = "0.4" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" [dependencies.tree-sitter] version = "0.20" [dependencies.tree-sitter-breaker] version = "0.2" [build-dependencies.cc] version = "1.0.83" [build-dependencies.hound] version = "3.5.1"