# 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" version = "0.4.1" authors = ["John Hughes "] build = "build.rs" include = [ "Cargo.toml", "benches/*.rs", "examples/*.rs", "src/**/*.rs", "tests/*.rs", "build.rs", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust interface to FMUs (Functional Mockup Units) that follow the FMI Standard. See http://www.fmi-standard.org/" 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" [lib] name = "fmi" path = "src/lib.rs" [dependencies.arrow] version = "50.0" optional = true [dependencies.document-features] version = "0.2" [dependencies.fmi-schema] version = "0.2.1" default_features = false [dependencies.fmi-sys] version = "0.1.2" [dependencies.itertools] version = "0.12" [dependencies.libc] version = "0.2" features = ["align"] optional = true [dependencies.libloading] version = "0.8" [dependencies.log] version = "0.4" features = [ "std", "serde", ] [dependencies.tempfile] version = "3.1" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" optional = true [dependencies.zip] version = "2.0" [build-dependencies.built] version = "0.7" [features] arrow = [ "dep:arrow", "fmi-schema/arrow", ] default = [ "fmi2", "fmi3", "arrow", ] fmi2 = [ "fmi-schema/fmi2", "dep:libc", "dep:url", ] fmi3 = ["fmi-schema/fmi3"]