pflow-solver 0.3.0

ODE solvers for Petri net simulation using mass-action kinetics
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"
name = "pflow-solver"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ODE solvers for Petri net simulation using mass-action kinetics"
homepage = "https://pflow.xyz"
readme = false
keywords = [
    "ode-solver",
    "petri-net",
    "simulation",
    "runge-kutta",
]
categories = [
    "simulation",
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/pflow-xyz/pflow-rs"

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

[dependencies.pflow-core]
version = "0.3.0"