# 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 = "pyxel-engine" version = "2.2.7" authors = ["Takashi Kitao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core engine for Pyxel, a retro game engine for Python" readme = "README.md" keywords = [ "game", "gamedev", "python", ] categories = [ "game-engines", "graphics", "multimedia", ] license = "MIT" repository = "https://github.com/kitao/pyxel" [lib] name = "pyxel" path = "src/lib.rs" [[test]] name = "tests" path = "tests/test_pyxel.rs" harness = false [dependencies.cfg-if] version = "1.0" [dependencies.directories] version = "5.0" [dependencies.gif] version = "0.13" [dependencies.glow] version = "0.15" [dependencies.image] version = "0.24" [dependencies.indexmap] version = "2.1" [dependencies.noise] version = "0.9" [dependencies.once_cell] version = "1.18" [dependencies.parking_lot] version = "0.12" [dependencies.pyxel-platform] version = "2.2.7" [dependencies.rand] version = "0.8" [dependencies.rand_xoshiro] version = "0.6" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6" [dependencies.toml] version = "0.8" [dependencies.zip] version = "2.1" features = ["deflate"] default-features = false [target.'cfg(not(target_os = "emscripten"))'.dependencies.chrono] version = "0.4"