wax-dig 0.1.2

CLI for digging through public music discovery signals from Bandcamp and SoundCloud
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 = "wax-dig"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for digging through public music discovery signals from Bandcamp and SoundCloud"
readme = "README.md"
keywords = [
    "music",
    "bandcamp",
    "soundcloud",
    "cli",
    "discovery",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/jdhoffa/wax"

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

[[bin]]
name = "wax"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.csv]
version = "1.3"

[dependencies.directories]
version = "5.0"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "http2",
    "json",
]
default-features = false

[dependencies.scraper]
version = "0.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.44"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
    "time",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]

[dependencies.url]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.10"