# 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 = "pooi" version = "0.3.0" authors = ["Vysakh Premkumar "] description = "trivia on the command line." readme = "README.md" license = "GPL-3.0" [[bin]] name = "pooi" path = "src/main.rs" [dependencies.anyhow] version = "~1.0.69" [dependencies.chrono] version = "~0.4.23" [dependencies.clap] version = "~4.1.8" features = ["wrap_help"] [dependencies.comfy-table] version = "~6.1.4" [dependencies.crossterm] version = "~0.26.1" [dependencies.glob] version = "~0.3.1" [dependencies.scraper] version = "~0.16.0" [dependencies.ureq] version = "~2.6.2" features = ["charset"] [dependencies.whoami] version = "~1.3.0"