# 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 = "2021" name = "goog" version = "2.0.0" authors = ["Haider "] description = "Search on google from your terminal" keywords = ["cli", "google", "cli-app"] license = "MIT OR Apache-2.0" license-file = "LICENSE" resolver = "2" [lib] name = "goog" path = "src/lib/mod.rs" [dependencies.clap] version = "3.0.14" [dependencies.colour] version = "0.6.0" [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.9.0" [dependencies.directories] version = "4.0.1" [dependencies.open] version = "2.0.2" [dependencies.os_info] version = "3.2.0" [dependencies.thiserror] version = "1.0.30"