fmi-sys 0.6.0

Raw bindgen bindings to 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-sys"
version = "0.6.0"
authors = ["John Hughes <jondo2010@gmail.com>"]
build = "build.rs"
include = [
    "Cargo.toml",
    "README.md",
    "build.rs",
    "src/**",
    "fmi-standard2/headers/**",
    "fmi-standard3/headers/**",
    "fmi-ls-bus/headers/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindgen bindings to 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]
default = [
    "fmi2",
    "fmi3",
    "ls-bus",
]
fmi2 = ["dep:log"]
fmi3 = []
ls-bus = ["fmi3"]

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

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

[dependencies.libloading]
version = "0.8"

[dependencies.log]
version = "0.4"
optional = true

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.2"