fmi-test-data 0.2.0

Utilities for fetching test data from Modelica's Reference-FMUs repository.
Documentation
# 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 = "fmi-test-data"
version = "0.2.0"
authors = ["John Hughes <jondo2010@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
resolver = "2"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.const_format]
version = "0.2"

[dependencies.fetch-data]
version = "0.2"

[dependencies.fmi]
version = "0.8.0"
features = [
    "fmi2",
    "fmi3",
]
default-features = false

[dependencies.tempfile]
version = "3.1"

[dependencies.zip]
version = "8.0"