# 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 = "offline_scrobbler" version = "0.1.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An utility to scrobble music to Last.fm without playing it online" homepage = "https://github.com/theirix/offline-scrobbler" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/theirix/offline-scrobbler" [lib] name = "offline_scrobbler" path = "src/lib.rs" [[bin]] name = "offline-scrobbler" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.arboard] version = "3.4.0" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.10.0" features = ["color"] [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.19" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.11.18" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.thiserror] version = "1.0.43" [dependencies.time] version = "0.3.23" features = [ "macros", "formatting", "local-offset", ] [dependencies.toml] version = "0.7.6" [dependencies.url] version = "2.4.1" [dependencies.urlencoding] version = "2.1.3" [dependencies.xmltree] version = "0.10.3" [dev-dependencies.httpmock] version = "0.6.8" features = ["env_logger"] default-features = false [dev-dependencies.test-log] version = "0.2.12" [target.'cfg(all(unix, target_env = "musl"))'.dependencies.openssl] version = "0.10" features = ["vendored"]