# 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 = "2018" name = "grassmann" version = "0.1.0" authors = ["IG-88-2 "] description = "linalg" license = "MIT OR Apache-2.0" [lib] crate-type = ["cdylib", "lib"] [dependencies.byteorder] version = "1.4.2" [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.js-sys] version = "0.3.47" [dependencies.num] version = "0.3.1" [dependencies.num-complex] version = "0.3.1" [dependencies.num-traits] version = "0.2.14" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "0.7.3" features = ["wasm-bindgen"] [dependencies.wasm-bindgen] version = "0.2.70" [dependencies.wasm-bindgen-futures] version = "0.4.20" [dependencies.wasm-bindgen-test] version = "0.3.20" [dependencies.web-sys] version = "0.3.46" features = ["Navigator", "ImageData", "WebGlTexture", "BinaryType", "Blob", "ErrorEvent", "FileReader", "Worker", "DedicatedWorkerGlobalScope", "MessageEvent", "ProgressEvent", "WebSocket", "Document", "Element", "HtmlElement", "HtmlCanvasElement", "Node", "WebGl2RenderingContext", "WebGlRenderbuffer", "WebGlUniformLocation", "WebGlFramebuffer", "WebGlBuffer", "WebGlShader", "WebGlProgram", "Window", "Performance", "PerformanceTiming"]