# 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 = "gaboja" version = "0.4.1" description = "Gaboja: CLI helper for solving BOJ problems" homepage = "https://github.com/Bubbler-4/gaboja" readme = "README.md" keywords = [ "cli", "web", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Bubbler-4/gaboja" [dependencies.anyhow] version = "1.0.82" [dependencies.console] version = "0.15.8" [dependencies.ctrlc] version = "3.4.4" [dependencies.dialoguer] version = "0.11.0" features = ["history"] default-features = false [dependencies.indicatif] version = "0.17.8" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.similar] version = "2.5.0" features = ["inline"] [dependencies.thirtyfour] version = "0.33.0" [dependencies.tokio] version = "1.37.0" features = [ "time", "process", "rt", ] [dependencies.toml] version = "0.8.13"