# 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 = "hext-boards" version = "0.3.0" authors = ["Odilf "] exclude = [".cargo_vcs_info.json"] description = "A small library that renders hexagonal boards with text on the terminal" readme = "README.md" keywords = [ "terminal", "hexagons", "ascii", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/Odilf/hext-boards/" [dependencies.glam] version = "0.24.1" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.pretty_assertions] version = "1.4.0"