# 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 = "chem-eng-real-time-process-control-simulator" version = "0.0.5" description = "Process Control Library (Chemical Engineering) with real time transfer function simulators" homepage = "https://github.com/theodoreOnzGit/chem-eng-real-time-process-control-simulator" readme = "README.md" categories = ["science"] license = "Apache-2.0" repository = "https://github.com/theodoreOnzGit/chem-eng-real-time-process-control-simulator" [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = 2 [lib] name = "chem_eng_real_time_process_control_simulator" path = "src/lib/lib.rs" [[bin]] name = "library_demo" path = "src/main.rs" [dependencies.approx] version = "0.5.1" [dependencies.csv] version = "1.3.0" [dependencies.thiserror] version = "1.0.50" [dependencies.uom] version = "0.36.0"