# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ytdl" version = "0.1.5" authors = ["cssivision "] description = "youtube download cli write in rust." homepage = "https://github.com/cssivision/ytdl" readme = "README.md" license = "MIT" repository = "https://github.com/cssivision/ytdl" [[bin]] name = "ytdl" path = "src/bin/main.rs" [dependencies.url] version = "1.5.1" [dependencies.lazy_static] version = "0.2.8" [dependencies.serde_derive] version = "1.0.10" [dependencies.env-variables] version = "0.1.1" [dependencies.serde_json] version = "1.0.2" [dependencies.openssl-probe] version = "0.1.1" [dependencies.serde] version = "1.0.10" [dependencies.env_logger] version = "0.4.3" [dependencies.pbr] version = "1.0.0" [dependencies.log] version = "0.3.8" [dependencies.clap] version = "2.25.1" [dependencies.reqwest] version = "0.7.0" [dependencies.clippy] version = "0.0.144" optional = true [dependencies.error-chain] version = "0.10" [features] default = []