# 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 = "fmi-test-data" version = "0.1.0" authors = ["John Hughes "] publish = true description = "Utilities for fetching test data from Modelica's Reference-FMUs repository." readme = "README.md" keywords = [ "model", "ode", "modelica", ] categories = [ "science", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jondo2010/rust-fmi" [dependencies.anyhow] version = "1.0" [dependencies.fetch-data] version = "0.1" [dependencies.fmi] version = "0.4.0" features = [ "fmi2", "fmi3", ] [dependencies.tempfile] version = "3.1" [dependencies.zip] version = "0.6"