fmi-export 0.1.1

FMU export support for FMI 3.0
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-export"
version = "0.1.1"
authors = ["John Hughes <jondo2010@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "benches/*.rs",
    "examples/*.rs",
    "src/**/*.rs",
    "src/**/*.md",
    "tests/*.rs",
    "build.rs",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FMU export support for FMI 3.0"
homepage = "https://github.com/jondo2010/rust-fmi"
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"

[features]
default = ["fmi3"]
fmi3 = ["fmi/fmi3"]

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.document-features]
version = "0.2"

[dependencies.fmi]
version = "0.6.1"
default-features = false

[dependencies.fmi-export-derive]
version = "0.1.1"

[dependencies.paste]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]