# 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 = "live-radio-songrec" version = "3.0.0" exclude = ["test_files/*"] description = "Rust program to listen to live radio (audio) streams and recognize currently playing songs using Shazam." readme = "README.md" license = "GPL-3.0+" repository = "https://github.com/jjaacckk/live-radio-songrec" [dependencies.base64] version = "0.12.3" [dependencies.byteorder] version = "1.5.0" [dependencies.chfft] version = "0.3.4" [dependencies.crc32fast] version = "1.4.0" [dependencies.infer] version = "0.15.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.3" features = [ "blocking", "json", ] [dependencies.rodio] version = "0.18.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.stream-download] version = "0.5.2" [dependencies.tokio] version = "1.23.1" features = [ "macros", "rt", ] [dependencies.uuid] version = "0.8.1" features = ["v4"]