# 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 = "shogi-img" version = "0.3.0" authors = ["sugyan "] description = "library for generating images that visualize the position in Shogi (Japanese chess)" documentation = "https://docs.rs/shogi-img" readme = "README.md" keywords = ["shogi"] license = "MIT" repository = "https://github.com/sugyan/shogi-img" [dependencies.image] version = "0.24.8" features = ["png"] default-features = false [dependencies.imageproc] version = "0.23.0" default-features = false [dependencies.rusttype] version = "0.9.3" [dependencies.shogi_core] version = "0.1.5"