# 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 = "lazyivy" version = "0.5.0" build = false exclude = ["examples/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Lazy Runge-Kutta integration for initial value problems." readme = "README.md" keywords = [ "runge-kutta", "ode", "integration", "lazy-evaluation", ] categories = [ "mathematics", "science", "aerospace", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/ysar/lazyivy" [lib] name = "lazyivy" path = "src/lib.rs" [dependencies.ndarray] version = "0.15.6" [dependencies.thiserror] version = "1.0.63"