# 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 = "jay-cli" version = "1.1.0" authors = ["danielxu"] description = "Listen music from CLI" readme = "README.md" keywords = [ "CLI", "Music", "JayChou", ] license = "MIT" repository = "https://github.com/Daniel-Xu/jay-cli.git" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.16" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.crossbeam] version = "0.8.2" features = ["crossbeam-channel"] [dependencies.env_logger] version = "0.10.0" [dependencies.include_dir] version = "0.7.3" [dependencies.indicatif] version = "0.17.5" [dependencies.inquire] version = "0.6.2" [dependencies.log] version = "0.4.19" [dependencies.minimp3_fixed] version = "0.5.4" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.rodio] version = "0.17.1" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.tokio] version = "1.29.1" features = ["full"]