# 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 = "gdrive-search" version = "0.1.0" exclude = ["docs/*"] description = "A TUI to quickly find files in your Google Drive" homepage = "https://github.com/jalada/gdrive-search" readme = "README.md" keywords = ["google", "cli", "search", "tui", "drive"] categories = ["command-line-utilities", "filesystem"] license = "GPL-3.0" repository = "https://github.com/jalada/gdrive-search" [dependencies.async-recursion] version = "^0.3" [dependencies.chrono] version = "^0.4" [dependencies.dirs] version = "~4" [dependencies.google-drive3] version = "~2.0.9" [dependencies.hyper] version = "^0.14" [dependencies.hyper-rustls] version = "^0.22" [dependencies.serde] version = "~1" [dependencies.serde_json] version = "~1" [dependencies.skim] version = "^0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.webbrowser] version = "^0.5" [dependencies.yup-oauth2] version = "~5"