[[bin]]
name = "arsene"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.38"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[dependencies.colored]
version = "2.1.0"
[dependencies.expanduser]
version = "1.2.2"
[dependencies.html-escape]
version = "0.2.13"
[dependencies.reqwest]
features = ["blocking"]
version = "0.12.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.202"
[dependencies.serde_json]
version = "1.0.117"
[lib]
name = "arsene"
path = "src/lib.rs"
[package]
authors = ["WI"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "bandcamp downloader"
documentation = "https://github.com/IrvingWash/arsene"
edition = "2021"
homepage = "https://github.com/IrvingWash/arsene"
license = "MIT"
name = "arsene"
publish = true
readme = "README.md"
repository = "https://github.com/IrvingWash/arsene.git"
version = "0.1.1"