# 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 = "asak" version = "0.3.3" authors = ["Qichao Lan "] description = "A cross-platform audio recording/playback CLI tool with TUI" readme = "README.md" keywords = [ "audio", "music", "DSP", "synth", "synthesizer", ] license-file = "LICENSE" repository = "https://github.com/chaosprint/asak.git" [dependencies.anyhow] version = "1.0.80" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.cpal] version = "0.15.2" features = ["jack"] optional = true [dependencies.crossbeam] version = "0.8.4" [dependencies.crossterm] version = "0.27.0" [dependencies.dasp_interpolate] version = "0.11.0" features = ["linear"] [dependencies.dasp_ring_buffer] version = "0.11.0" [dependencies.dasp_signal] version = "0.11.0" [dependencies.hound] version = "3.5.1" [dependencies.inquire] version = "0.7.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.1" [dependencies.ringbuf] version = "0.4.1" [dependencies.smallvec] version = "1.13.1" [features] default = ["cpal"] jack = ["cpal/jack"]