# 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 = "wordler" version = "0.3.0" description = "Library and cli for Wordle" homepage = "https://docs.rs/wordler" keywords = ["wordle", "game", "dictionary"] license = "MIT" repository = "https://github.com/64bit/wordle-rs" resolver = "2" [[bin]] name = "wordler" path = "src/bin/game.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.53" [dependencies.indexmap] version = "1.8.0" [dependencies.rand] version = "0.8.0"