lastfm-edit 6.0.2

Rust crate for programmatic access to Last.fm's scrobble editing functionality via web scraping
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 = "2021"
name = "lastfm-edit"
version = "6.0.2"
build = false
exclude = [
    ".claude/",
    ".codex/",
    "AGENTS.md",
    "Cargo.toml.orig",
    "coverage/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust crate for programmatic access to Last.fm's scrobble editing functionality via web scraping"
homepage = "https://github.com/colonelpanic8/lastfm-edit"
documentation = "https://docs.rs/lastfm-edit"
readme = "README.md"
license = "MIT"
repository = "https://github.com/colonelpanic8/lastfm-edit"

[features]
curl = ["http-client/curl_client"]
default = ["curl"]
mock = ["mockall"]
wasm = ["http-client/wasm_client"]

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

[[bin]]
name = "lastfm-edit"
path = "src/bin/lastfm-edit.rs"

[[example]]
name = "artist_tracks_direct"
path = "examples/artist_tracks_direct.rs"

[[example]]
name = "clean_artist_tracks"
path = "examples/clean_artist_tracks.rs"

[[example]]
name = "custom_session_manager"
path = "examples/custom_session_manager.rs"

[[example]]
name = "debug_album_url"
path = "examples/debug_album_url.rs"

[[example]]
name = "list_artist_tracks"
path = "examples/list_artist_tracks.rs"

[[example]]
name = "list_recent_tracks"
path = "examples/list_recent_tracks.rs"

[[example]]
name = "rate_limit_monitoring"
path = "examples/rate_limit_monitoring.rs"

[[example]]
name = "remove_remaster"
path = "examples/remove_remaster.rs"

[[example]]
name = "rename_album"
path = "examples/rename_album.rs"

[[example]]
name = "rename_artist"
path = "examples/rename_artist.rs"

[[example]]
name = "save_album_response"
path = "examples/save_album_response.rs"

[[example]]
name = "session_event_sharing"
path = "examples/session_event_sharing.rs"

[[example]]
name = "session_management"
path = "examples/session_management.rs"

[[example]]
name = "smart_scrobble_display"
path = "examples/smart_scrobble_display.rs"

[[example]]
name = "test_album_tracks"
path = "examples/test_album_tracks.rs"

[[example]]
name = "test_artist_tracks_with_albums"
path = "examples/test_artist_tracks_with_albums.rs"

[[test]]
name = "event_broadcasting"
path = "tests/event_broadcasting.rs"

[[test]]
name = "mock_client"
path = "tests/mock_client.rs"

[[test]]
name = "parsing_send_sync"
path = "tests/parsing_send_sync.rs"

[[test]]
name = "thread_safety"
path = "tests/thread_safety.rs"

[[test]]
name = "types"
path = "tests/types.rs"

[[test]]
name = "vcr_tests"
path = "tests/vcr_tests.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.dirs]
version = "5.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.http-client]
version = "^6.6.3"
default-features = false
package = "http-client-2"

[dependencies.http-client-vcr]
version = "1.1.0"

[dependencies.http-types]
version = "^3.1.0"
package = "http-types-2"

[dependencies.log]
version = "0.4"

[dependencies.mockall]
version = "0.13"
optional = true

[dependencies.regex]
version = "1.0"

[dependencies.scraper]
version = "0.23.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3"
features = ["wasm-bindgen"]

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

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.http-client-vcr]
version = "1.1.0"

[dev-dependencies.mockall]
version = "0.13"

[dev-dependencies.test-log]
version = "0.2"

[dev-dependencies.tokio-test]
version = "0.4"