# 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 = "pagurus" version = "0.7.4" authors = ["Takeru Ohta "] description = "Ultra-portable game engine suited for offline 2D games powered by WebAssembly" homepage = "https://github.com/sile/pagurus" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sile/pagurus" [dependencies.getrandom] version = "0.2" features = ["custom"] optional = true [dependencies.orfail] version = "1" [dependencies.rand_chacha] version = "0.3" optional = true [dependencies.rand_core] version = "0.6" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [features] fixed_window = [] image = [] random = [ "getrandom", "rand_chacha", "rand_core", ] serde = [ "dep:serde", "orfail/serde", "rand_chacha/serde1", ] wasm = [ "serde", "serde_json", ]