Download Mastodon favourites. In Rust.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "downfav"
|
|
|
|
version = "0.4.1"
|
|
|
|
authors = ["Julio Biason <julio.biason@pm.me>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Download Mastodon favourites"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4"
|
|
|
|
clap = "2.33"
|
|
|
|
directories = "3.0"
|
|
|
|
elefren = { version = "0.20", features = ["toml"] }
|
|
|
|
# env_logger = "0.8"
|
|
|
|
html2md = "0.2"
|
|
|
|
html5ever = "0.25"
|
|
|
|
log = "0.4"
|
|
|
|
log-derive = "0.4"
|
|
|
|
markup5ever = "0.10"
|
|
|
|
markup5ever_rcdom = "0.1"
|
|
|
|
reqwest = "0.9"
|
|
|
|
serde = "*"
|
|
|
|
serde_derive = "*"
|
|
|
|
toml = "0.5"
|
|
|
|
shellexpand = "2.1"
|