[package] name = "yayi" version = "0.1.3" authors = ["Fabian Wunsch "] edition = "2018" description = "A GUI to Download and view videos from youtube" repository = "https://gitlab.com/kuenstler/yayi-rs/" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gtk = { version = "0.9.2", features = ["v3_20"] } gtk-rs-lgpl-docs = "0.1.18" gio = "0.9.1" gdk = "0.13.2" glib = "0.10.3" sqlx = { version = "0.5.1", features = ["runtime-async-std-native-tls", "macros", "sqlite", "offline", "chrono"] } async-std = { version = "1.9.0", features = ["attributes", "unstable"] } futures = "0.3.13" ignore-result = "0.2.0" config = "0.11.0" serde = "1.0.123" dirs = "3.0.1" toml = "0.5.8" i18n-embed-fl = "0.4.0" i18n-embed = { version = "0.11.0", features = ["rust-embed", "fluent-system", "desktop-requester"] } rust-embed = "5.9.0" once_cell = "1.7.1" pango = "0.9.1" webbrowser = "0.5.5" chrono = "0.4.19" hyper-rustls = "0.22.1" yup-oauth2 = "5.1.0" google-youtube3 = "1.0.13" hyper = "0.14" tokio = { version = "1.5.0", features = ["rt-multi-thread"] } atom_syndication = "0.9.1" rustube = { version = "0.2.7", features = ["callback", "microformat"] } reqwest = { version = "0.11.2", features = ["stream"] } shellexpand = "2.1"