# 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 = "fmu-runner" version = "0.4.3" authors = [ "Nikita Rushmanov ", "Marvin Struijk", ] exclude = [ ".devcontainer", ".gitmodules", "tests", ] description = "A high level Rust wrapper for executing FMU's that follow the FMI 2.0 standard." homepage = "https://github.com/Nikita240/fmu-runner-rs" readme = "README.md" keywords = [ "model", "ode", "modelica", "fmu", "fmi", ] categories = [ "science", "simulation", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Nikita240/fmu-runner-rs" [dependencies.itertools] version = "0.13.0" [dependencies.libc] version = "0.2" features = ["align"] [dependencies.libfmi] version = "=2.2.4" [dependencies.libloading] version = "0.8.1" [dependencies.log] version = "0.4" features = [ "std", "serde", ] [dependencies.quick-xml] version = "0.29.0" features = [ "serialize", "serde", "serde-types", ] [dependencies.serde] version = "1.0.164" [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.49" [dependencies.zip] version = "0.6.6" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.18.2"