# 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 = "musd" version = "0.2.1" authors = ["hustcer"] build = "build.rs" exclude = [ "nu", "Justfile", "cliff.toml", "bin", ] default-run = "musd" description = "A CLI App to search and download musics" homepage = "https://github.com/hustcer/musd" documentation = "https://github.com/hustcer/musd/blob/main/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/hustcer/musd.git" resolver = "2" [profile.release] opt-level = "s" lto = "thin" strip = "debuginfo" [[bin]] name = "musd" path = "src/main.rs" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.dialoguer] version = "0.10.1" features = ["default"] [dependencies.futures-util] version = "0.3" [dependencies.indicatif] version = "0.17.0-rc.10" [dependencies.reqwest] version = "0.11.10" features = [ "json", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shadow-rs] version = "0.11.0" [dependencies.tabled] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.yansi] version = "0.5" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "2" [build-dependencies.shadow-rs] version = "0.11.0" [target."cfg(linux)".dependencies.openssl] version = "0.10" features = ["vendored"]