Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [514c4a5ed1]

Artifact 514c4a5ed1aca04438b8d2a9e5750ad258ffaec23d0b3c3476e51a91f724da08:

  • File Cargo.toml — part of check-in [2e69c78ac7] at 2021-04-03 22:55:39 on branch trunk — crates.io won't let me add all the tags - updated to 0.6.1, keeping the list short. (user: Cthulhux size: 568)

[package]
name = "yaydl"
description = "yet another youtube (and more) down loader"
version = "0.6.1"
authors = ["Cthulhux <git@tuxproject.de>"]
edition = "2018"
license = "CDDL-1.0"
repository = "https://code.rosaelefanten.org/yaydl"
categories = ["command-line-utilities"]
keywords = ["youtube", "downloading", "video"]

[dependencies]
anyhow = "1.0"
cienli = "0.1"
clap = "3.0.0-beta.2"
indicatif = "0.15"
inventory = "0.1"
qstring = "0.7"
regex = "1.4"
scraper = "0.12"
serde_json = "1.0"
ureq = "2.1"
url = "2.2"
urlencoding = "1.1"

[profile.release]
lto = true