# 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 = "audioleaf" version = "2.3.0" authors = ["Antoni Zasada"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Visualize music on your Nanoleaf Canvas" readme = "README.md" keywords = [ "nanoleaf", "audio", "music", "visualizer", ] license = "MIT" repository = "https://github.com/alfazet/audioleaf" [[bin]] name = "audioleaf" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.cpal] version = "0.15.3" [dependencies.dirs] version = "5.0.1" [dependencies.num] version = "0.4.3" [dependencies.palette] version = "0.7.6" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.toml] version = "0.8.19" [dependencies.url] version = "2.5.2"