# 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 = "crayon" version = "0.7.1" authors = ["Jingkai Mao "] description = "A small, portable and extensible game framework." documentation = "http://docs.rs/crayon" readme = "README.md" keywords = ["ecs", "entity-component", "game-dev", "multithread"] categories = ["game-engines", "multimedia"] license = "Apache-2.0" repository = "https://github.com/shawnscode/crayon" [profile.release] lto = true [dependencies.bincode] version = "1.0.1" [dependencies.byteorder] version = "1.2.6" [dependencies.cgmath] version = "0.16.1" features = ["serde"] [dependencies.crossbeam-deque] version = "0.5.1" [dependencies.failure] version = "0.1.2" [dependencies.inlinable_string] version = "0.1.10" features = ["serde"] [dependencies.log] version = "0.4.5" [dependencies.serde] version = "1.0.79" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.32" [dependencies.smallvec] version = "0.6.5" features = ["serde"] [dependencies.uuid] version = "0.7.1" features = ["serde"] [dev-dependencies.env_logger] version = "0.6.0" [dev-dependencies.rand] version = "0.5.5" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.gl] version = "0.10.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.18.0" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.5" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.6" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.29" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.6" features = ["Node", "Document", "Element", "DomRect", "HtmlCanvasElement", "HtmlElement", "WebGlBuffer", "WebGl2RenderingContext", "WebGlProgram", "WebGlShader", "WebGlUniformLocation", "WebGlRenderbuffer", "WebGlTexture", "WebGlBuffer", "WebGlFramebuffer", "WebGlVertexArrayObject", "Window", "Performance", "XmlHttpRequest", "XmlHttpRequestResponseType", "Response", "EventTarget", "MouseEvent", "KeyboardEvent", "UiEvent"] [badges.appveyor] branch = "master" repository = "shawnscode/crayon" service = "github" [badges.codecov] branch = "master" repository = "shawnscode/crayon" service = "github" [badges.travis-ci] branch = "master" repository = "shawnscode/crayon"