# 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 = "cargo-boj" version = "0.6.0" description = "Cargo-BOJ: test and submit solutions to BOJ problems" homepage = "https://github.com/Bubbler-4/cargo-boj" readme = "README.md" keywords = [ "cli", "web", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/Bubbler-4/cargo-boj" [dependencies.bpaf] version = "0.9" features = ["batteries"] [dependencies.console] version = "0.15" [dependencies.crossterm] version = "0.27" [dependencies.directories] version = "5" [dependencies.once_cell] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "cookies", ] [dependencies.scraper] version = "0.18" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.similar] version = "2"