# 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 = "oi_helper" version = "2.0.2" authors = ["27Onion "] description = "A useful tool for C++ competive programming." readme = "README.md" license = "GPL-2.0" repository = "https://github.com/onion108/oi_helper" [dependencies.anyhow] version = "1.0.61" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.home] version = "^0.5.0" [dependencies.html_parser] version = "0.6.3" [dependencies.json] version = "^0.12.0" [dependencies.reqwest] version = "0.11.11" features = ["blocking"] [dependencies.wait-timeout] version = "0.2.0"