# 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" rust-version = "1.70.0" name = "musixmatch-cli" version = "0.2.0" authors = ["ThetaDev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Inofficial command line interface for the Musixmatch API" readme = "README.md" keywords = [ "music", "lyrics", ] license = "MIT" repository = "https://codeberg.org/ThetaDev/musixmatch-inofficial" [[bin]] name = "musixmatch-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.0" [dependencies.clap] version = "4.0.0" features = ["derive"] [dependencies.dirs] version = "5.0.0" [dependencies.musixmatch-inofficial] version = "0.1.1" default-features = false [dependencies.rpassword] version = "7.0.0" [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.20.4" features = [ "macros", "rt-multi-thread", ] [features] default = ["native-tls"] native-tls = ["musixmatch-inofficial/native-tls"] native-tls-alpn = ["musixmatch-inofficial/native-tls-alpn"] native-tls-vendored = ["musixmatch-inofficial/native-tls-vendored"] rustls-tls-native-roots = ["musixmatch-inofficial/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["musixmatch-inofficial/rustls-tls-webpki-roots"]