# 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 = "bandmix" version = "0.1.3" authors = ["LeHuman"] description = "A minimal autoplayer of bandcamp's discover section" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lehuman/bandmix" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.crossbeam] version = "0.8.4" features = ["crossbeam-queue"] [dependencies.dashmap] version = "6.0.1" [dependencies.gjson] version = "0.8.1" [dependencies.html-escape] version = "0.2.13" [dependencies.localsavefile] version = "0.2.2" [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "json", ] [dependencies.rodio] version = "0.19.0" [dependencies.savefile] version = "0.17.6" [dependencies.scraper] version = "0.20.0" [dependencies.sharded-slab] version = "0.1.7" [dependencies.stream-download] version = "0.7.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tokio] version = "1.38.1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5.2" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [target."cfg(target_os = \"linux\")".dependencies.souvlaki] version = "0.7.3" features = ["use_zbus"] default-features = false [target."cfg(target_os = \"macos\")".dependencies.souvlaki] version = "0.7.3" [target."cfg(windows)".dependencies.souvlaki] version = "0.7.3" [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = [ "Media", "Win32_Foundation", "Win32_System_Console", "Win32_System_WinRT", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", ] [target."cfg(windows)".build-dependencies.embed-resource] version = "2.4.3"