KiThe 0.2.13

A numerical suite for chemical kinetics and thermodynamics, combustion, heat and mass transfer,chemical engeneering. Work in progress. Advices and contributions will be appreciated
# 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 = "2024"
name = "KiThe"
version = "0.2.13"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A numerical suite for chemical kinetics and thermodynamics, combustion, heat and mass transfer,chemical engeneering. Work in progress. Advices and contributions will be appreciated"
readme = "README.md"
keywords = [
    "thermodynamics",
    "chemistry",
    "CFD",
    "chemical_kinetics",
]
license = "MIT"
repository = "https://github.com/Gleb-Zaslavsky/KiThe"

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

[[bin]]
name = "KiThe"
path = "src/main.rs"

[[example]]
name = "error_handling_example"
path = "examples/error_handling_example.rs"

[dependencies.RustedSciThe]
version = "0.3.31"

[dependencies.approx]
version = "0.5.1"

[dependencies.chrono]
version = "0.4.43"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.eframe]
version = "0.33.3"

[dependencies.egui]
version = "0.33.3"

[dependencies.egui_extras]
version = "0.33.3"

[dependencies.egui_plot]
version = "0.34.0"

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.loc]
version = "0.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.lstsq]
version = "0.7.0"

[dependencies.nalgebra]
version = "0.34.1"
features = ["serde"]

[dependencies.ndarray]
version = "0.17.2"

[dependencies.nom]
version = "8.0.0"

[dependencies.plotters]
version = "0.3"

[dependencies.polars]
version = "0.52.0"
features = [
    "lazy",
    "csv",
    "parquet",
    "rolling_window",
    "polars-ops",
]

[dependencies.prettytable-rs]
version = "0.10.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_distr]
version = "0.5.1"

[dependencies.rayon]
version = "1.11.0"

[dependencies.reborrow]
version = "0.5.5"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.1"
features = ["blocking"]

[dependencies.rfd]
version = "0.17.2"

[dependencies.scraper]
version = "0.25.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.tabled]
version = "0.20.0"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

[build-dependencies.winres]
version = "0.1"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"