# 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 = "rs-youtube" version = "0.2.2" authors = ["jo! "] exclude = ["old_functions.rs"] description = "Command line youtube/twitch client that uses the web api so no login or API key is needed." readme = "README.md" keywords = ["youtube", "client"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/j0lol/rs-youtube" [dependencies.console] version = "0.14.1" [dependencies.directories] version = "3.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-query] version = "0.1.3" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5.6" [dependencies.ureq] version = "2.1.0" features = ["json"] [dependencies.webbrowser] version = "0.5.5"