# 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 = "music-exporter" version = "1.0.0" authors = ["n4n5 "] description = "export music from different sources" homepage = "https://github.com/Its-Just-Nans/music-exporter" readme = "README.md" keywords = ["music"] license = "MIT" repository = "https://github.com/Its-Just-Nans/music-exporter" [dependencies.anyhow] version = "1.0.91" [dependencies.base64] version = "0.22.1" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.11.5" [dependencies.hyper] version = "1.5.0" features = [ "server", "http1", ] [dependencies.hyper-util] version = "0.1.9" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.5.1" [dependencies.url] version = "2.5.2"