# 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 = "rust_scicrate" version = "0.1.0" authors = ["Anish Prashun "] description = "A scientific computing library for Rust" documentation = "https://docs.rs/rust_scicrate" readme = "README.md" keywords = [ "scientific", "computing", "mathematics", "numerical", ] categories = [ "science", "mathematics", ] license = "MIT" repository = "https://github.com/anishpras/rust_scicrate" [dependencies.nalgebra] version = "0.32.2" [dependencies.ndarray] version = "0.15.6" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0" [dev-dependencies.approx] version = "0.5.1"