yaydl is Yet Another Youtube Down Loader, written in Rust.

⌈⌋ ⎇ branch:  Yet Another Youtube (and more) Down Loader


Annotation For Cargo.toml

Lines of Cargo.toml from check-in 1d94b8e5b7 that are changed by the sequence of edits moving toward check-in cb81ca4cea:

                         1: [package]
                         2: name = "yaydl"
                         3: description = "yet another youtube (and more) down loader"
1d94b8e5b7 2020-11-18    4: version = "0.2.5"
                         5: authors = ["Cthulhux <git@tuxproject.de>"]
                         6: edition = "2018"
                         7: license = "CDDL-1.0"
                         8: repository = "https://code.rosaelefanten.org/yaydl"
                         9: categories = ["command-line-utilities"]
                        10: keywords = ["youtube", "vimeo"]
                        11: 
                        12: [dependencies]
                        13: anyhow = "1.0"
                        14: clap = "3.0.0-beta.2"
                        15: indicatif = "0.15.0"
                        16: inventory = "0.1.9"
                        17: qstring = "0.7.2"
                        18: regex = "1.4.1"
1d94b8e5b7 2020-11-18   19: reqwest = { version = "0.10.8", features = ["blocking"] }
                        20: serde_json = "1.0"
                        21: urlencoding = "1.1.1"
                        22: 
                        23: [profile.release]
                        24: lto = true