summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-06-04 11:19:16 +0200
committerGitHub <noreply@github.com>2024-06-04 11:19:16 +0200
commit482a942cd9e62fadee4ee7bc1fd7e8def8a85f71 (patch)
treeb88c27fd594b1c5be9d3ccdd327343bb80d509b3 /Cargo.lock
parent06a5db8748fd67bf852a09ae48b8f1b0e68dc084 (diff)
parent7602f93105510766a5b21878819d6dbc66dd1e01 (diff)
Merge pull request #4 from yuvadm/icy-filterv0.5.0
Use icy-metadata filtering
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 20 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e95ecfc..7fd9568 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -623,6 +623,18 @@ dependencies = [
]
[[package]]
+name = "icy-metadata"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "473e3fafde6c9b9d0753315701d000317db6965085bafcf7369c8d945dd5ef3b"
+dependencies = [
+ "http",
+ "reqwest",
+ "tracing",
+ "urlencoding",
+]
+
+[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1451,8 +1463,9 @@ dependencies = [
[[package]]
name = "somafm"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
+ "icy-metadata",
"inquire",
"reqwest",
"rodio",
@@ -1853,6 +1866,12 @@ dependencies = [
]
[[package]]
+name = "urlencoding"
+version = "2.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
+
+[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"