# 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 = "rpgtools" version = "1.3.0" authors = ["Aaron Seilis "] description = "Collection of utilities to help run tabletop role-playing games" readme = "README.md" keywords = [ "rpg", "rpg-tool", "role-playing-game", "tabletop-rpgs", ] categories = ["games"] license = "GPL-3.0" repository = "https://github.com/seilis/rpg-tools" [lib] name = "rpgtools" path = "src/rpgtools/lib.rs" [[bin]] name = "rpgmap" path = "src/bin/rpgmap.rs" [dependencies.clap] version = "^4.1" features = ["cargo"] [dependencies.image] version = "^0.24.5" [dependencies.itertools] version = "^0.10.5" [dependencies.rand] version = "^0.8.5" [dependencies.resvg] version = "^0.28.0" [dependencies.tiny-skia] version = "^0.8.2" [dependencies.usvg] version = "^0.28.0"