rust_fm 0.1.4

last.fm OAUTH and scrobbling
Documentation
# 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 = "2024"
name = "rust_fm"
version = "0.1.4"
authors = ["Harrison Chapman [hchap1@hotmail.com]"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "last.fm OAUTH and scrobbling"
readme = "README.md"
keywords = [
    "fm",
    "music",
    "scrobble",
]
license = "MIT"
repository = "https://github.com/hchap1/rust-fm"

[lib]
name = "rust_fm"
path = "src/lib.rs"

[dependencies.axum]
version = "0.8.4"

[dependencies.chrono]
version = "0.4.41"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.md5]
version = "0.7.0"

[dependencies.open]
version = "5.3.2"

[dependencies.reqwest]
version = "0.12.20"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.45.1"
features = ["full"]