# 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 = "rustencils" version = "0.1.6" authors = ["agilman0803 "] description = "A work in progress trying to build modular and extenisble differential equation solver using stencils for finite difference methods." license = "MIT OR GPL-3.0+" repository = "https://github.com/agilman0803/rustencils" [dependencies.factorial] version = "0.2.1" [dependencies.ndarray] version = "0.14.0" [dependencies.ndarray-linalg] version = "0.13.1" [features] default = ["openblas"] intel-mkl = ["ndarray-linalg/intel-mkl"] netlib = ["ndarray-linalg/netlib"] openblas = ["ndarray-linalg/openblas"]