# 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 = "kepler-ra" version = "0.4.7" authors = ["Phil Chen "] description = "description" readme = "README.md" license = "MIT" [profile.release] opt-level = 3 [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.approx] version = "0.5.1" [dependencies.cfg-if] version = "~1.0.0" [dependencies.console_error_panic_hook] version = "~0.1.7" optional = true [dependencies.console_log] version = "0.2" optional = true [dependencies.do-notation] version = "~0.1.3" [dependencies.js-sys] version = "~0.3" [dependencies.log] version = "~0.4" [dependencies.nalgebra] version = "0.32.2" [dependencies.num] version = "0.4" [dependencies.once_cell] version = "1.17" [dependencies.wasm-bindgen] version = "~0.2" [dependencies.web-sys] version = "~0.3.55" features = [ "Document", "Element", "File", "FileReader", "HtmlCanvasElement", "WebGlBuffer", "WebGl2RenderingContext", "WebGlTexture", "WebGlProgram", "WebGlShader", "WebGlUniformLocation", "Window", "Performance", ] [dependencies.wee_alloc] version = "~0.4.5" optional = true [dev-dependencies.wasm-bindgen-test] version = "~0.3" [features] default = [ "console_error_panic_hook", "console_log", ]