# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "paddle" version = "0.1.0-beta.1" authors = ["Jakob Meier "] description = "2D Game Engine for Rust on the Web" readme = "README.md" keywords = ["paddlers"] categories = ["game-engines", "game-development", "wasm", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/jakmeier/paddle" [lib] crate-type = ["cdylib", "rlib"] [dependencies.chrono] version = "0.4.19" [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.div] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.lyon] version = "0.17" features = ["extra"] [dependencies.nuts] version = "0.2.1" features = ["web-debug"] [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.20" [dependencies.strum_macros] version = "0.20" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = ["Blob", "console", "DomRect", "Document", "Element", "FileReader", "Headers", "HtmlCanvasElement", "HtmlElement", "HtmlImageElement", "Request", "RequestInit", "RequestMode", "Response", "WebGlBuffer", "WebGlProgram", "WebGlRenderingContext", "WebGlShader", "WebGlTexture", "WebGlUniformLocation", "Window"] [features] const_fn = [] default = ["console_error_panic_hook"]