# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rustube-cli" version = "0.6.0" authors = ["Dzenan Jupic <56133904+DzenanJupic@users.noreply.github.com>"] include = [ "src/**/*", "Cargo.toml", ] description = "A CLI for rustube" documentation = "https://docs.rs/rustube" readme = "README.md" keywords = [ "youtube", "download", "downloader", "video", "pytube", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DzenanJupic/rustube" [[bin]] name = "rustube" path = "src/main.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.bitflags] version = "1.3.2" [dependencies.chrono] version = "0.4.19" default-features = false [dependencies.clap] version = "3.0.0-rc.7" features = [ "derive", "wrap_help", ] [dependencies.fern] version = "0.6.0" features = ["colored"] [dependencies.log] version = "0.4.14" [dependencies.mime] version = "0.3.16" [dependencies.rustube] version = "0.6" features = [ "download", "std", ] [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.serde_yaml] version = "0.8.21" [dependencies.strum] version = "0.22.0" features = ["derive"] [dependencies.tokio] version = "1.12.0" features = ["rt-multi-thread"]