# 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 = "enzymeml" version = "0.1.0" description = "The EnzymeML Rust library" readme = "README.md" license = "MIT" [dependencies.calamine] version = "0.25.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.evalexpr] version = "11.3.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.mdmodels-macro] version = "0.1.1" [dependencies.meval] version = "0.2.0" features = ["serde"] [dependencies.ode_solvers] version = "0.4.0" [dependencies.plotly] version = "0.9.0" [dependencies.polars] version = "0.41" features = ["csv"] default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.119" [dependencies.tempfile] version = "3.10.1" [dependencies.xlsxwriter] version = "0.6.1"