numra-spde 0.1.4

Stochastic partial differential equation solvers for Numra: Method of Lines with SDE time-stepping, white and colored noise sources.
Documentation
# 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"
rust-version = "1.83"
name = "numra-spde"
version = "0.1.4"
authors = ["Moussa <mlablouba@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stochastic partial differential equation solvers for Numra: Method of Lines with SDE time-stepping, white and colored noise sources."
homepage = "https://numra-rs.org"
documentation = "https://docs.rs/numra"
readme = "README.md"
keywords = [
    "spde",
    "stochastic-pde",
    "method-of-lines",
    "noise",
    "solver",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
    "simulation",
]
license = "LicenseRef-Numra-Academic-Research-NonCommercial"
repository = "https://github.com/moussaoutlook/numra-rs"

[lib]
name = "numra_spde"
path = "src/lib.rs"

[dependencies.numra-core]
version = "0.1.4"

[dependencies.numra-ode]
version = "0.1.4"

[dependencies.numra-pde]
version = "0.1.4"

[dependencies.numra-sde]
version = "0.1.4"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dev-dependencies.approx]
version = "0.5"