# 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" rust-version = "1.63" name = "guess-that-lang" version = "1.0.20" authors = ["Lioness100 "] description = "CLI game to see how fast you can guess the language of a code block!" readme = "README.md" keywords = [ "cli", "game", "cli-game", "fun", ] categories = [ "command-line-utilities", "games", ] license = "Apache-2.0" repository = "https://github.com/Lioness100/guess-that-lang" resolver = "2" [dependencies.ansi_colours] version = "1.1.1" [dependencies.ansi_term] version = "0.12.1" [dependencies.argh] version = "0.1.8" [dependencies.confy] version = "0.4.0" [dependencies.crossterm] version = "0.25.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.syntect] version = "5.0.0" features = [ "parsing", "regex-onig", ] default_features = false [dependencies.ureq] version = "2.5.0" features = ["json"] [dev-dependencies.indoc] version = "1.0.7"