fmi-schema 0.7.0

XML schema support for FMI 2.0 and 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-schema"
version = "0.7.0"
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 = "XML schema support for FMI 2.0 and 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]
arrow = ["dep:arrow"]
default = [
    "fmi2",
    "fmi3",
]
fmi2 = []
fmi3 = []
serde = ["dep:serde"]

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

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

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

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

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

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

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

[dependencies.arrow]
version = "55.2"
optional = true

[dependencies.chrono]
version = "0.4"

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

[dependencies.hard-xml]
version = "1.41"

[dependencies.itertools]
version = "0.14"

[dependencies.lenient_semver]
version = "0.4"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.env_logger]
version = "0.8"

[dev-dependencies.hard-xml]
version = "1.41"
features = ["log"]