# 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] edition = "2018" name = "maguro" version = "0.0.1" authors = ["krashanoff "] include = ["**/*.rs", "Cargo.toml"] description = "A fast YouTube downloader." homepage = "https://github.com/krashanoff/maguro" readme = "README.md" categories = ["command-line-utilities", "api-bindings", "multimedia::video"] license = "MIT" repository = "https://github.com/krashanoff/maguro" [lib] path = "src/lib.rs" doctest = false [[bin]] name = "maguro" path = "src/bin/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.log] version = "0.4.14" [dependencies.mime] version = "0.3.16" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.tokio] version = "1" features = ["rt", "macros", "fs"]