# 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 = "cube-lib" version = "0.2.2" authors = ["inintencunter <2911583893@qq.com>"] build = false include = [ "readme.md", "src", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "魔方 核心库" homepage = "https://github.com/initialencounter/cube" readme = "readme.md" keywords = [ "cube", "game", "cube-lib", ] license = "AGPL-3.0" repository = "https://github.com/initialencounter/cube" [lib] name = "cube_lib" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.resvg] version = "0.43.0"