# 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 = "rusfun" version = "0.4.0" authors = ["DomiDre "] description = "Little experimental crate to fit simple models to data via WASM in the browser" license = "MIT" repository = "https://github.com/domidre/rusfun" [lib] crate-type = ["cdylib", "lib"] [[bench]] name = "quick_benchmark" harness = false [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.criterion] version = "0.3" [dependencies.gauss-quad] version = "0.1" [dependencies.ndarray] version = "0.15" [dependencies.wasm-bindgen] version = "0.2"